Many stdio MCP servers from one container, published over HTTPS with OAuth 2.1 for any MCP client
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A dual-era Model Context Protocol (MCP) gateway: it
serves many stdio MCP servers from one container, published over HTTPS, and speaks
both MCP revisions on every endpoint β 2026-07-28 and 2025-11-25. The client
picks, and cannot tell which one it is on from the answers. On the 2026 revision that
includes elicitation β a child server's question reaches the person at the far end
instead of dying at the gateway
(how) β and subscriptions: the hub
serves subscriptions/listen to its clients and subscribes to its children on
whichever revision they speak, so a server that has never heard of it still reaches
a client that speaks nothing else
(how).
Lets MCP clients that cannot spawn a local process β ChatGPT connectors, Claude on the Web and in Code, Mistral Le Chat, Cursor, LibreChat and any other Streamable-HTTP client β reach every server behind it, with a built-in OAuth 2.1 login protected by a single password, plus long-lived API tokens for clients that cannot do OAuth (OpenAI Responses API, xAI API, Gemini API). Per-client recipes: client compatibility.

Want to poke at it first? demo/ is a throwaway hub with three
fake servers β docker compose up -d, then point the
MCP Inspector or
MCPJam at it. Nothing to
configure, nothing to clean up but a volume.
Wrapping each stdio MCP server in its own auth-proxy container costs a full image, an OAuth stack, a hostname and a compose stack per server. mcp-hub replaces N containers with one process:
mcpServers format β copy entries 1:1.https://host/paperless, https://host/homeassistant, β¦/hub aggregate: register a single connector and reach every server
through 6 meta-tools (list_servers, list_tools, get_tool_schema,
call_tool, wake_server, sleep_server) without flooding the model
context with NΓtools schemas.allowTools / denyTools on any server decide
which of its tools the hub exposes β exact names or list_* prefixes. A
filtered tool is hidden from tools/list and refused if a client calls it
anyway, before the server is even woken, so a client holding a stale schema
cannot reach it.mcp-hub --stdio serves that same aggregate on
stdin/stdout for clients that can only spawn a local process (Claude Desktop,
Codex, β¦) β same mcp.json, no TLS, no reverse proxy, no login. Auth exists
for the network endpoints; over stdio the trust boundary is the local user.initialize/tools/list from a persistent
snapshot meanwhile β a dozen servers cost only the memory of the ones in
use. keepAlive: true exempts a server, IDLE_TIMEOUT_MINUTES=0 the hub.private_key_jwt
against the keys in their own document (metadata-document clients only). RFC
7591 dynamic registration stays advertised beside it for older clients,
mcp-hub-admin clients add issues credentials by hand for anything that can
do neither, and CLIENT_REGISTRATION turns either mechanism off.oauth
block instead of a static header. The hub registers itself β with credentials
the upstream issued, via RFC 7591, or with its own client metadata document β
then obtains and refreshes the token. client_credentials upstreams need no
attention at all; where a person must sign in, mcp-hub-admin upstream login
prints one URL. An upstream that needs re-authorizing shows up as one server
unauthorized, not as a confusing 401 in your client.mcp.json start/stop/restart only the affected
servers./hub, /<name>/mcp and --stdio β answers
MCP 2026-07-28 and 2025-11-25 alike; the client picks and cannot tell
from the answers which it got. On the 2026 revision that includes
elicitation: a server asking the user something returns the question
rather than pushing it, so it reaches the person at the far end instead of
dying at the gateway. The hub attributes it to the server that asked, strips
what could lie about that, drops embedded sampling and roots requests, and
seals the resumption state against the call it belongs to. passthrough: "off" withdraws one server's right to ask;
details.subscriptions/listen stream and hears when a child's tools, prompts or
resources change. The hub subscribes to each child the way that child
understands β subscriptions/listen to a 2026 server, resources/subscribe
to a 2025 one β so the era gap is the gateway's problem rather than either
end's. The state is the open response, not a session table, so this costs the
stateless design nothing. A sleeping server watches nothing and is told to
re-read on waking; subscriptions: "off" withdraws one server's right to
push; details./data), six runtime dependencies, and
multi-arch images β a stated project goal is to run comfortably on a
single-board computer like a Raspberry Pi.The hub is server-agnostic β it serves any stdio MCP server whose entry fits
Claude Code's mcpServers format, which is most of them. These nineteen are
built and maintained alongside it, so their documentation carries the hub entry
you need and their tool filters line up with the hub's own allowTools /
denyTools:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-hub)<a href="https://allmcps.com/mcp/mcp-hub"><img src="https://allmcps.com/api/badge/mcp-hub?style=directory" alt="MCP Hub on AllMCPs" /></a>