Skip to content
Cursor

rubric mcp for Cursor

io.github.0xsims/rubric-mcp

Attested evidence tools for AI agents: sanctions screening, agent/wallet records, paid via x402.

client:Cursor transport:stdio runtime:npm

Install rubric mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rubric-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rubric-protocol/mcp-server"
      ],
      "env": {
        "RUBRIC_WALLET_KEY": "<RUBRIC_WALLET_KEY>",
        "RUBRIC_X402_DAILY_LIMIT": "<RUBRIC_X402_DAILY_LIMIT>",
        "RUBRIC_API_KEY": "<RUBRIC_API_KEY>",
        "RUBRIC_MCP_MODULES": "<RUBRIC_MCP_MODULES>"
      }
    }
  }
}

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

rubric mcp in other clients