AgentHubAgentHub

exergynet

MCP ServerMCP Registry官方收录

io.github.ezumba/exergynet · v0.1.10

ExergyNet thermodynamic compute settlement for autonomous agents.

概览

exergynet 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "exergynet": {
      "command": "npx",
      "args": [
        "-y",
        "exergynet-mcp-server"
      ],
      "env": {
        "BASE_PRIVATE_KEY": "<BASE_PRIVATE_KEY>",
        "RPC_URL": "<RPC_URL>"
      }
    }
  }
}

环境变量

BASE_PRIVATE_KEY必填secret

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

RPC_URL必填

Base L2 RPC Endpoint URL

相关资源

统一 Manifest

{
  "id": "io.github.ezumba/exergynet",
  "type": "mcp-server",
  "version": "0.1.10",
  "displayName": "exergynet",
  "description": "ExergyNet thermodynamic compute settlement for autonomous agents.",
  "repository": {
    "url": "https://github.com/ezumba/exergynet-mcp-server",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "exergynet-mcp-server",
        "version": "0.1.10",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BASE_PRIVATE_KEY",
            "description": "Agent's Base L2 Hot Wallet Private Key (Hex)",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "RPC_URL",
            "description": "Base L2 RPC Endpoint URL",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ezumba/exergynet",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ezumba%2Fexergynet/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
exergynet — MCP Server 安装与配置 · AgentHub