mintclub for Zed
io.github.h1-hunt/mintclub
Trade bonding curve tokens on Base via Mint Club V2 — buy, sell, swap, create
client:Zed
transport:stdio
runtime:npm
Install mintclub in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mintclub": {
"command": "npx",
"args": [
"-y",
"mintclub-mcp"
],
"env": {
"PRIVATE_KEY": "<PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs