Skip to content
Cursor

Solana Security Standard for Cursor

io.github.copenhagen0x/solana-security-mcp

Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

client:Cursor transport:stdio runtime:npm

Install Solana Security Standard in Cursor

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

{
  "mcpServers": {
    "solana-security-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jelleo/solana-security-mcp"
      ]
    }
  }
}

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

Solana Security Standard in other clients