AgentGate runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 1 Aug 2026.
Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agentgate -- npx -y @agentkitai/agentgate-mcp
{
"mcpServers": {
"agentgate": {
"args": [
"-y",
"@agentkitai/agentgate-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.agentgate]
command = "npx"
args = ["-y", "@agentkitai/agentgate-mcp"]
{
"mcpServers": {
"agentgate": {
"args": [
"-y",
"@agentkitai/agentgate-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"agentgate": {
"args": [
"-y",
"@agentkitai/agentgate-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.