Skip to content
VS Code

Haldir for VS Code

io.github.exposureguard/haldir

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

client:VS Code transport:stdio runtime:pypi

Install Haldir in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Haldir in other clients