Skip to content
Cursor

reputa for Cursor

io.github.0xthaner/reputa

Reputa: wallet risk & security plus DeFi cover (insurance) analyses, paid via x402.

client:Cursor transport:stdio runtime:npm

Install reputa 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": {
    "reputa": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reputa-mcp"
      ],
      "env": {
        "REPUTA_BASE_URL": "<REPUTA_BASE_URL>",
        "REPUTA_PAYER_PRIVATE_KEY": "<REPUTA_PAYER_PRIVATE_KEY>"
      }
    }
  }
}

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

reputa in other clients