Skip to content
VS Code

Hive Compute for VS Code

io.github.srotzin/hive-mcp-compute

HiveCompute MCP Server — decentralized inference router for AI agents

client:VS Code transport:streamable-http

Install Hive Compute in VS Code

.vscode/mcp.json

{
  "servers": {
    "hive-mcp-compute": {
      "type": "http",
      "url": "https://hive-mcp-gateway.onrender.com/compute/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hive Compute in other clients