Skip to content
Cursor

solana mcp for Cursor

io.github.sylenzor/solana-mcp

Read-only Solana MCP: rug-risk, bundle & deployer checks, live market, full audit. No keys.

client:Cursor transport:stdio runtime:npm

Install solana 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": {
    "solana-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rigel-protocol/solana-mcp"
      ],
      "env": {
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
      }
    }
  }
}

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

solana mcp in other clients