Skip to content
Cursor

AgentGate for Cursor

io.github.agentkitai/agentgate

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

client:Cursor transport:stdio runtime:npm

Install AgentGate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentGate in other clients