brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
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必填secretAgent's Base L2 Hot Wallet Private Key (Hex)
RPC_URL必填Base L2 RPC Endpoint URL
{
"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"
}
}