MCP.so
登录

Central MCP Host

@odgrim

关于 Central MCP Host

Centralize mcp server to run on a home lab instead of individually on every machine.

基本信息

分类

其他

许可证

MPL-2.0 license

运行时

shell

传输方式

stdio

发布者

odgrim

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "central-mcp-proxy": {
      "command": "docker",
      "args": [
        "compose",
        "up",
        "-d"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Central MCP Host?

Central MCP Host provides a centralized hosting environment for Model Context Protocol (MCP) servers using Docker, Traefik, and SuperGateway. It is designed for developers who need to run multiple MCP servers (Notion, Linear, GitHub, Memory Bank) behind a single reverse proxy with SSE transport.

How to use Central MCP Host?

Clone the repository, copy .env.example to .env and fill in API tokens, then run docker compose up -d. You can start all services or specific ones using Docker Compose profiles (e.g., docker compose --profile github up -d).

Key features of Central MCP Host

  • Docker Compose modular structure for easy service addition
  • Traefik reverse proxy with path‑based routing
  • SuperGateway converts stdio to SSE transport
  • Supports Notion, Linear, GitHub, and Memory Bank servers
  • Traefik dashboard for monitoring at /dashboard/

Use cases of Central MCP Host

  • Run multiple MCP servers in a single Docker environment
  • Expose MCP servers via SSE endpoints for remote clients
  • Isolate and scale individual MCP services using profiles
  • Centralize API token management and network configuration

FAQ from Central MCP Host

What are the prerequisites?

Docker and Docker Compose V2 or later, plus API tokens for the MCP servers you intend to use (Notion, Linear, GitHub).

How do I start only one MCP server?

Use Docker Compose profiles: for example, docker compose --profile github up -d starts only the GitHub server.

How can I test the setup?

Use the MCP Inspector: npx @modelcontextprotocol/inspector node build/index.js.

How do I access the MCP servers once running?

Each server exposes an SSE endpoint and a message endpoint under a path‑based route, e.g., http://$HOSTNAME/notion/sse and http://$HOSTNAME/notion/message. The Traefik dashboard is at http://$HOSTNAME/dashboard/.

What transport does Central MCP Host use?

SuperGateway converts the MCP server’s stdio transport to SSE, which is then proxied by Traefik.

评论

其他 分类下的更多 MCP 服务器