Skip to content
Cursor

million for Cursor

io.github.kelows/million

Operate a self-hosted Solana whale tracker and copy-trading deck: positions, rules, token checks.

client:Cursor transport:stdio runtime:npm

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

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

million in other clients