botindex mcp server for Zed
io.github.cyberweasel777/botindex-mcp-server
DeFi signal intelligence + agent discovery. Funding arb, whale alerts, Zora, compliance.
client:Zed
transport:stdio
runtime:npm
Install botindex mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"botindex-mcp-server": {
"command": "npx",
"args": [
"-y",
"botindex-mcp-server"
],
"env": {
"BOTINDEX_BASE_URL": "<BOTINDEX_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs