← Index

io.github.ezumba/exergynet

io.github.ezumba/exergynet·v0.1.10·Other
Quality Score
80
/100

ExergyNet thermodynamic compute settlement for autonomous agents.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "exergynet": {
      "command": "npx",
      "args": [
        "-y",
        "exergynet-mcp-server"
      ],
      "env": {
        "BASE_PRIVATE_KEY": "<your-base_private_key>",
        "RPC_URL": "<rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "exergynet": {
      "command": "npx",
      "args": [
        "-y",
        "exergynet-mcp-server"
      ],
      "env": {
        "BASE_PRIVATE_KEY": "<your-base_private_key>",
        "RPC_URL": "<rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y exergynet-mcp-server
§02  Environment variables
BASE_PRIVATE_KEY
requiredsecret

Agent's Base L2 Hot Wallet Private Key (Hex)

RPC_URL
required

Base L2 RPC Endpoint URL

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other