drainbrain for Zed
io.github.meltingpixelsai/drainbrain
AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.
client:Zed
transport:stdio
runtime:npm
Install drainbrain in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"drainbrain": {
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<DRAINBRAIN_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs