agentguard for Claude Desktop
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
client:Claude Desktop
transport:stdio
runtime:npm
Install agentguard in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentguard": {
"command": "npx",
"args": [
"-y",
"@agentwares/agentguard"
],
"env": {
"AGENTGUARD_CONFIG": "<AGENTGUARD_CONFIG>",
"AGENTGUARD_KILL": "<AGENTGUARD_KILL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs