OpenCode MCP Bridge

A coordinator-facing MCP server for a self-hosted OpenCode instance (v0.5.1). First use in 60 seconds

Teams that work with agent orchestration, coding agents and developer tools and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #207 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

NOASSERTION · Python servers · how we verify → /methodology

01 · Install OpenCode MCP Bridge

before you install - you'll need

Set OPENCODE_MCP_URL, OPENCODE_MCP_BEARER_TOKEN before connecting.

Claude Code

claude mcp add manuotel-opencode-mcp-bridge --transport http https://opencode-mcp.manuotel.com/worker-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://opencode-mcp.manuotel.com/worker-mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to opencode-mcp.manuotel.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

repo age created 2026-09-03 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.ManuOtel is GitHub-verified and matches the repo owner

03 · What OpenCode MCP Bridge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.1 · 2026-09-16

Highlights · Adds production observability endpoints for liveness, readiness, and metrics. · Adds centralized log redaction with canary coverage for bearer tokens, API keys, and OpenCode credentials. · Aligns Codex and…

v0.4.4 · 2026-09-15

[0.4.4] - 2026-09-15 · Fixed · Version coherence only (no runtime behavior change): pyproject.toml, · server.json, Codex (.codex-plugin/plugin.json), Claude · (plugins/claude-code/.claude-plugin/plugin.json…

v0.4.3 · 2026-09-14

v0.4.3 - version coherence · No runtime behavior change. Reconciles all authoritative version sources at 0.4.3 (master read 0.4.0 while live was v0.4.2): · pyproject.toml project.version: 0.4.0 -> 0.4.3 (drives…

04 · Who maintains OpenCode MCP Bridge

OpenCode MCP Bridge is maintained by manuotel. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
coding agent - ranked #207 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-09-16)
registry
io.github.ManuOtel/opencode-mcp-bridge (active, first published 2026-09-10)

06 · OpenCode MCP Bridge FAQ

What is OpenCode MCP Bridge?

A coordinator-facing MCP server for a self-hosted OpenCode instance (v0.5.1). First use in 60 seconds

Is OpenCode MCP Bridge still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install OpenCode MCP Bridge?

Run `claude mcp add manuotel-opencode-mcp-bridge --transport http https://opencode-mcp.manuotel.com/worker-mcp`. The README documents 2 environment variables (OPENCODE_MCP_URL, OPENCODE_MCP_BEARER_TOKEN) to set first. Set OPENCODE_MCP_URL, OPENCODE_MCP_BEARER_TOKEN before connecting. You can also paste the ready-made client config above.

Does OpenCode MCP Bridge require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to OpenCode MCP Bridge