AgentGate for Claude Desktop
io.github.agentkitai/agentgate
Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.
client:Claude Desktop
transport:stdio
runtime:npm
Install AgentGate in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs