Skip to content
Cursor

Haldir for Cursor

io.github.exposureguard/haldir

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

client:Cursor transport:stdio runtime:pypi

Install Haldir in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "haldir": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "haldir"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Haldir in other clients