Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

drainbrain in other clients