HiveCompute MCP Server — decentralized inference router for AI agents. Pay-per-inference in USDC on Base L2.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hive-mcp-compute": {
"command": "npx",
"args": [
"-y",
"srotzin/hive-mcp-compute"
]
}
}
}
Run in terminal:
claude mcp add hive-mcp-compute npx -y srotzin/hive-mcp-compute
Add to .cursor/mcp.json:
{
"mcpServers": {
"hive-mcp-compute": {
"command": "npx",
"args": [
"-y",
"srotzin/hive-mcp-compute"
]
}
}
}