mcp-broker
Rank #9433glama/NavinAgrawal/mcp-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. The core idea is simple: do not make every agent session load every upstream tool definition before the user asks a task.
mcp-broker is a Model Context Protocol (MCP) server published by NavinAgrawal. It ranks #9433 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mcp-broker is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 27, 2026 and most recently updated on May 27, 2026.
Ranks ahead of 49,467 of 58,900 servers on MCP Toplist.
Use mcp-broker
Add mcp-broker to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mcp-broker": {
"command": "uvx",
"args": [
"mcp-broker"
]
}
}
}Listed on 2 registries
NavinAgrawal
Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | May 27, 2026 |
Frequently asked questions
- What is mcp-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. The core idea is simple: do not make every agent session load every upstream tool definition before the user asks a task.
- Who maintains mcp-broker?
- mcp-broker is maintained by NavinAgrawal, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is mcp-broker listed on the official MCP registry?
- Yes — mcp-broker is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-broker have?
- MCP Toplist tracks 1 version of mcp-broker, most recently published on May 27, 2026.
- Where can I find the source code for mcp-broker?
- The source code for mcp-broker is hosted at github.com/NavinAgrawal/mcp-broker.