Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.
claude mcp add agentgate -- npx -y @agentkitai/agentgate-mcp
claude_desktop_config.json
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentgate": {
"command": "npx",
"args": [
"-y",
"@agentkitai/agentgate-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.agentkitai--agentgate/reviews or the review_server meta-tool.
POST /mcp