Skip to content
Cursor

protect mcp for Cursor

com.scopeblind/protect-mcp

Fail-closed Cedar policy gate + Ed25519 signed receipts for agent tool calls. Denies on any error.

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