Skip to content
Cursor

exergynet for Cursor

io.github.ezumba/exergynet

Read-only ExergyNet MCP lookups and compute-cost estimates; write settlement is disabled.

client:Cursor transport:stdio runtime:npm

Install exergynet 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": {
    "exergynet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "exergynet-mcp-server"
      ],
      "env": {
        "RPC_URL": "<RPC_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

exergynet in other clients