drainbrain for Cursor
io.github.meltingpixelsai/drainbrain
AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.
client:Cursor
transport:stdio
runtime:npm
Install drainbrain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"drainbrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<DRAINBRAIN_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs