The guardian layer for AI agents. Scoped sessions with spend limits (Gate), AES-encrypted secrets (Vault), immutable audit trail with anomaly detection (Watch), and proxy mode that intercepts every MCP tool call for policy enforcement. Human-in-the-loop approvals, webhooks, 10 MCP tools, REST API. Works with Claude, Cursor, Windsurf, and any MCP client.
Overview
Haldir is the guardian layer for AI agents. Install with pip install haldir. Docs at haldir.xyz/docs. API at haldir.xyz/v1. 98/100 on Smithery.
Server Config
{
"mcpServers": {
"haldir": {
"command": "haldir-mcp",
"env": {
"HALDIR_API_KEY": "your-api-key-here"
}
}
}
}