MCP Server
MCP
io.github.ezumba/exergynet
ExergyNet thermodynamic compute settlement for autonomous agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "exergynet-mcp-server",
"version": "0.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Agent's Base L2 Hot Wallet Private Key (Hex)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BASE_PRIVATE_KEY"
},
{
"description": "Base L2 RPC Endpoint URL",
"isRequired": true,
"format": "string",
"name": "RPC_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment