million for Zed
io.github.kelows/million
Operate a self-hosted Solana whale tracker and copy-trading deck: positions, rules, token checks.
client:Zed
transport:stdio
runtime:npm
Install million in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"million": {
"command": "npx",
"args": [
"-y",
"million-mcp"
],
"env": {
"MILLION_API": "<MILLION_API>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs