Skip to content
Cursor

protect mcp for Cursor

io.github.tomjwxf/protect-mcp

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

client:Cursor transport:stdio runtime:npm

Install protect mcp in Cursor

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

{
  "mcpServers": {
    "protect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "protect-mcp"
      ]
    }
  }
}

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

protect mcp in other clients