Skip to content
Grok

OpenCode MCP Bridge for Grok

io.github.manuotel/opencode-mcp-bridge

Coordinate and verify OpenCode workers over MCP Streamable HTTP.

client:Grok transport:streamable-http

Install OpenCode MCP Bridge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "opencode-mcp-bridge": {
      "type": "http",
      "url": "https://opencode-mcp.manuotel.com/worker-mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OpenCode MCP Bridge in other clients