Skip to content
Cursor

SolSigs MCP for Cursor

io.github.gra-kir/solsigs-mcp

23 Solana on-chain data tools for AI agents via x402 micropayments + rug-screen token verdict

client:Cursor transport:stdio runtime:pypi

Install SolSigs MCP in Cursor

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

{
  "mcpServers": {
    "solsigs-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "solsigs-mcp"
      ]
    }
  }
}

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

SolSigs MCP in other clients