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 haldirRelated MCP servers
ExposureGuard
Maintained
Domain security scanning for AI agents. A-F grades, 8 checks, fix snippets.
0
View repository →Python