ponzu for Cursor
io.github.yuzukyouma/ponzu
ERC-20 token launchpad on Ethereum — deploy, presale, swap, and farm via AI agents
client:Cursor
transport:stdio
runtime:npm
Install ponzu in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ponzu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ponzu_app/mcp"
],
"env": {
"PONZU_PRIVATE_KEY": "<PONZU_PRIVATE_KEY>",
"PONZU_RPC_URL": "<PONZU_RPC_URL>",
"PONZU_NETWORK": "<PONZU_NETWORK>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs