Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Concierge

БесплатноНе проверен

A local stdio MCP concierge that aggregates multiple remote MCP servers, forwarding their tools with name-prefix routing to avoid conflicts.

GitHubEmbed

Описание

A local stdio MCP concierge that aggregates multiple remote MCP servers, forwarding their tools with name-prefix routing to avoid conflicts.

README

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.json or pass --registry.
  • Start single remote: mcp-concierge --server <name> [--verbose]
  • Start multiple remotes (aggregator): mcp-concierge --server <name1> --server <name2> or --server name1,name2
  • Requires JWT_TOKEN env var for any remote that is not open: 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}" } } } }

from github.com/mdonnalley/mcp-concierge

Установка Concierge

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mdonnalley/mcp-concierge

FAQ

Concierge MCP бесплатный?

Да, Concierge MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Concierge?

Нет, Concierge работает без API-ключей и переменных окружения.

Concierge — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Concierge в Claude Desktop, Claude Code или Cursor?

Открой Concierge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Concierge with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development