Broker MCP Server

mcp-broker is a local Model Context Protocol process broker for MCP clients. Think PgBouncer for MCP: one stable local endpoint in front of many upstream MCP servers. The broker owns upstream startup, reuse, cleanup, profile exposure, status, and safe tool routing.

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

VERIFIED ACTIVE

LAST COMMIT 2026-07-04 · ★ 4 · #380 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Broker

Claude Code

claude mcp add navinagrawal-mcp-broker -- uvx mcp-broker

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "navinagrawal-mcp-broker": {
      "command": "uvx",
      "args": [
        "mcp-broker"
      ]
    }
  }
}

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 MIT - declared in the repository

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

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

03 · What Broker can do

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

Latest releases

v2.0.0 · 2026-07-04

All notable public changes will be recorded here. · 2.0.0 - 2026-06-27 · the project moved from the personal NavinAgrawal/navinagrawal · identity to the Doric Stack LLC org doricstack. Install coordinates change: · npm…

v1.4.1 · 2026-06-11

All notable public changes will be recorded here. · 1.4.1 - 2026-06-10 · Synchronize release metadata through the Makefile release path. · 1.4.0 - 2026-06-10 · Synchronize release metadata through the Makefile release…

v1.4.0 · 2026-06-10

All notable public changes will be recorded here. · 1.4.0 - 2026-06-10 · Synchronize release metadata through the Makefile release path. · 1.3.1 - 2026-06-07 · Synchronize release metadata through the Makefile release…

04 · Who maintains Broker

mcp-broker is maintained by navinagrawal. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #380 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-04)
registry
io.github.NavinAgrawal/mcp-broker (active, first published 2026-05-25 · 12 versions)
packages
pypi:mcp-broker

06 · Broker FAQ

What is Broker?

mcp-broker is a local Model Context Protocol process broker for MCP clients. Think PgBouncer for MCP: one stable local endpoint in front of many upstream MCP servers. The broker owns upstream startup, reuse, cleanup, profile exposure, status, and safe tool routing.

Is Broker still maintained?

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

How do I install Broker?

Run `uvx mcp-broker`. You can also paste the ready-made client config above.

Does Broker 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 Broker

More MCP servers to compare · Terrarium · Neo4j GDS Agent · Neo4j Data Modeling · Heor Agent · Swissgroceries MCP

More Python MCP servers · Mftool MCP · Pin RAG · Neo4j Aura Manager · Neo4j Cypher · see all