MCP Concierge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Conciergecall github__list_pull_requests for my repo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Concierge (POC)
A local stdio MCP concierge that connects over stdio to your MCP client and forwards to one or more remote MCP servers over HTTP or SSE using a static Authorization: Bearer token.
Usage
Put a registry at
~/.mcp-concierge/registry.jsonor pass--registry.Start single remote:
mcp-concierge --server <name> [--verbose]Start multiple remotes (aggregator):
mcp-concierge --server <name1> --server <name2>or--server name1,name2Requires
JWT_TOKENenv var for any remote that is notopen: true.
When multiple remotes are selected, tools are aggregated and exposed with name-prefix routing using a safe delimiter: <remote>__<tool> (no slashes). Call tools using that full name. If you call a bare tool name and it is ambiguous across remotes, the server will suggest the fully qualified options.
Example client config:
{ "mcpServers": { "data-cloud-queries": { "command": "mcp-concierge", "args": ["--server", "data-cloud-queries"], "env": { "JWT_TOKEN": "${env:JWT_TOKEN}" } } } }
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Host your MCP tool over streamable HTTP in one command.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceA stdio MCP proxy that connects to one or more upstream MCP servers and exposes their tools, resources, and prompts through a single endpoint with a configurable middleware pipeline.1412 npm3MIT

Crabeye MCP Bridgeofficial
AlicenseNot gradedqualityDmaintenanceConsolidates multiple upstream MCP servers behind a single STDIO interface, exposing search_tools and run_tool to avoid context bloat.40 npm14MIT- FlicenseNot gradedqualityDmaintenanceProxy-style MCP tool multiplexer that aggregates multiple downstream stdio MCP servers into one, offering meta-tools for status, search, call, parallel, batch, and pipeline operations with concurrency control and caching.-
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP gateway that aggregates multiple MCP services into a unified stdio interface, automatically prefixing tool names with the service name to avoid conflicts.6 npmMIT