Skip to content
Cursor

scanpay for Cursor

io.github.misterio070/scanpay

Code security scanner for AI agents. 45+ vulnerability patterns, AST analysis, Solana micropayments.

client:Cursor transport:stdio runtime:npm

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

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

scanpay in other clients