Skip to content
Cursor

mcp-gatehouse for Cursor

io.github.nickgeorgeseo/gatehouse

Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper

client:Cursor transport:stdio runtime:pypi

Install mcp-gatehouse in Cursor

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

{
  "mcpServers": {
    "gatehouse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-gatehouse"
      ]
    }
  }
}

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

mcp-gatehouse in other clients