Drainbrain
Rank #3,797io.github.meltingpixelsai/drainbrain
MCP server providing drainbrain capabilities
Drainbrain is a Model Context Protocol (MCP) server published by meltingpixelsai. It ranks #3,797 of 115,460 servers tracked on MCP Toplist, and its repository has 118 GitHub stars. Drainbrain is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Feb 19, 2026.
Ranks ahead of 111,663 of 115,460 servers on MCP Toplist.
Use Drainbrain
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add drainbrain -e "DRAINBRAIN_API_KEY=<your DRAINBRAIN_API_KEY>" -e "DRAINBRAIN_API_URL=<your DRAINBRAIN_API_URL>" -- npx -y drainbrain-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.drainbrain]
command = "npx"
args = ["-y", "drainbrain-mcp-server"]
[mcp_servers.drainbrain.env]
DRAINBRAIN_API_KEY = "<your DRAINBRAIN_API_KEY>"
DRAINBRAIN_API_URL = "<your DRAINBRAIN_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drainbrain": {
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<your DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<your DRAINBRAIN_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drainbrain": {
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<your DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<your DRAINBRAIN_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"drainbrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<your DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<your DRAINBRAIN_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drainbrain": {
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<your DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<your DRAINBRAIN_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"drainbrain": {
"command": "npx",
"args": [
"-y",
"drainbrain-mcp-server"
],
"env": {
"DRAINBRAIN_API_KEY": "<your DRAINBRAIN_API_KEY>",
"DRAINBRAIN_API_URL": "<your DRAINBRAIN_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.meltingpixelsai%2Fdrainbrain)<a href="https://mcptoplist.com/server/io.github.meltingpixelsai%2Fdrainbrain"><img src="https://mcptoplist.com/badge/io.github.meltingpixelsai%2Fdrainbrain.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
meltingpixelsai
Other servers by meltingpixelsai
- Relayzero#1,885 · 5 vers
- Harvey Tools#29,077 · 3 vers
- Harvey Budget#43,604 · 2 vers
- Harvey Intel#43,605 · 2 vers
- Harvey Verify#43,606 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Feb 19, 2026 |
| 1.0.1 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Drainbrain?
- Drainbrain is maintained by meltingpixelsai, which publishes 6 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Drainbrain listed on the Official MCP Registry?
- Yes — Drainbrain is listed on the Official MCP Registry.
- How many versions does Drainbrain have?
- MCP Toplist tracks 3 versions of Drainbrain, most recently published on Feb 19, 2026.
- Where can I find the source code for Drainbrain?
- The source code for Drainbrain is hosted at github.com/meltingpixelsai/rugslayer.