ponzu for Zed
io.github.ponzutech/ponzu
ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents
client:Zed
transport:stdio
runtime:npm
Install ponzu in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ponzu": {
"command": "npx",
"args": [
"-y",
"@ponzu_app/mcp"
],
"env": {
"PONZU_PRIVATE_KEY": "<PONZU_PRIVATE_KEY>",
"PONZU_RPC_URL": "<PONZU_RPC_URL>",
"PONZU_NETWORK": "<PONZU_NETWORK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs