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
{
"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