Skip to content
Cursor

ponzu for Cursor

io.github.ponzutech/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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ponzu in other clients