PluginBench
MCP Server
Maintained
MIT

Haldir MCP Server

io.github.ExposureGuard/haldir

What is the Haldir MCP server?

Guardian layer for AI agents: identity, secrets, audit via MCP.

How to install Haldir

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "haldir": {
      "command": "uvx",
      "args": [
        "haldir"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "haldir": {
      "command": "uvx",
      "args": [
        "haldir"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "haldir": {
      "command": "uvx",
      "args": [
        "haldir"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "haldir": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "haldir"
      ]
    }
  }
}
Claude Code
claude mcp add haldir -- uvx haldir

Related MCP servers

ExposureGuard

Maintained

Domain security scanning for AI agents. A-F grades, 8 checks, fix snippets.

0
Python
View repository →