Multi Server Hub

March 24, 2026 · View on GitHub

Built with mcp-use   mcp-use stars

Showcase of server.proxy() — compose multiple MCP servers behind a single gateway with typed middleware, audit logging, and a live hub dashboard widget.

Multi Server Hub Demo

Try it now

Connect to the hosted instance:

https://soft-voice-4nxfi.run.mcp-use.com/mcp

Or open the Inspector to test it interactively.

Setup on ChatGPT

  1. Open Settings > Apps and Connectors > Advanced Settings and enable Developer Mode
  2. Go to Connectors > Create, name it "Multi Server Hub", paste the URL above
  3. In a new chat, click + > More and select the Multi Server Hub connector

Setup on Claude

  1. Open Settings > Connectors > Add custom connector
  2. Paste the URL above and save

Features

  • Server proxyserver.proxy() composes multiple upstream MCP servers
  • Typed middleware — intercept and transform requests between servers
  • Audit logging — track all tool calls across proxied servers
  • Hub dashboard — live widget showing connected servers and status

Tools

ToolDescription
hub-statusShow status of all connected servers with a live dashboard
hub-config-exampleShow the proxy configuration
audit-logView the audit trail of recent tool calls

Available Widgets

WidgetPreview
hub-dashboard

Local development

git clone https://github.com/mcp-use/mcp-multi-server-hub.git
cd mcp-multi-server-hub
npm install
npm run dev

Deploy

npx mcp-use deploy

Built with

License

MIT