pumpclaw for Zed
io.github.clawd800/pumpclaw
Free token launcher on Base. Deploy ERC-20 tokens via Uniswap V4 with 80% creator fees.
client:Zed
transport:stdio
runtime:npm
Install pumpclaw in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pumpclaw": {
"command": "npx",
"args": [
"-y",
"pumpclaw-mcp"
],
"env": {
"BASE_PRIVATE_KEY": "<BASE_PRIVATE_KEY>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs