Odel
AgentGate

AgentGate

Local
@agentkitai33TypeScriptMITUpdated Today

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentkitai/agentgate-mcpv0.0.3

Run

npx -y @agentkitai/agentgate-mcp

MCP client config

{
  "mcpServers": {
    "agentgate": {
      "command": "npx",
      "args": [
        "-y",
        "@agentkitai/agentgate-mcp"
      ]
    }
  }
}