PumpFun Claims Bot for Zed
io.github.nirholas/pumpfun-claims-bot
MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles.
client:Zed
transport:stdio
runtime:npm
Install PumpFun Claims Bot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pumpfun-claims-bot": {
"command": "npx",
"args": [
"-y",
"pumpfun-claims-bot"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs