CLI Bridge MCP

English · Français · 简体中文 · Español · Português (BR) · 日本語 · Deutsch. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-29 · ★ 2 · #94 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install CLI Bridge MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add joaoberne-cli-bridge-mcp -- uvx cli-bridge-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "joaoberne-cli-bridge-mcp": {
      "command": "uvx",
      "args": [
        "cli-bridge-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

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 local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package cli-bridge-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What CLI Bridge MCP can do

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

Latest releases

v0.1.3 · 2026-06-12

Highlights · Native session continuity on round-table threads: claude mints its own session handle (--session-id/--resume), opencode's is captured from its --print-logs output - the prompt then replays only the…

v0.1.2 · 2026-06-11

enforce the daily run limit + one coherent spend guard · Claude Code plugin + in-repo marketplace (2-command install) · echo who-was-asked-what on every delegation result · GUI MCP hosts (Claude Desktop, Hermes…

v0.1.1 · 2026-06-11

sync install + PyPI badge to published package · move 30-tool reference to docs/TOOLS.md (slimmer READMEs) · mistral defaults to limited, not free · plain-English purpose statement up top (from #27) · real-time GIFs…

04 · Who maintains CLI Bridge MCP

cli-bridge-mcp is maintained by joaoberne. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
developer tools - ranked #94 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-06-12)
registry
io.github.JoaoBerne/cli-bridge-mcp (active, first published 2026-06-13 · 2 versions)
packages
pypi:cli-bridge-mcp

06 · CLI Bridge MCP FAQ

What is CLI Bridge MCP?

English · Français · 简体中文 · Español · Português (BR) · 日本語 · Deutsch. It runs locally over stdio via the published package.

Is CLI Bridge MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-29 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install CLI Bridge MCP?

Run `uvx cli-bridge-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does CLI Bridge MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to CLI Bridge MCP