MCP Hub
@yourtion
MCP Hub について
A centralized hub server engineered to consolidate multiple MCP servers into dedicated Streamable HTTP or SSE endpoints, each tailored to specific use scenarios.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-hub-yourtion": {
"command": "node",
"args": [
"dist/cli.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Hub?
A centralized hub server that consolidates multiple MCP servers into dedicated Streamable HTTP or SSE endpoints, each tailored to specific use scenarios. It is designed for developers who need to manage and route multiple MCP servers through a single entry point.
How to use MCP Hub?
Install dependencies with pnpm, run pnpm build, then start the API server with pnpm dev:api or the CLI server with mcp-hub --init. Configure MCP servers in backend/config/mcp_service.json and groups in backend/config/group.json. Access tools via group-specific endpoints like /:group/mcp.
Key features of MCP Hub
- Multi-server MCP integration with centralized management.
- Group-based routing with dedicated endpoints.
- Standalone CLI MCP server for tool aggregation.
- Support for both Streamable HTTP and SSE endpoints.
- Tool filtering and validation keys per group.
- Modular monorepo architecture with core, API, CLI packages.
Use cases of MCP Hub
- Consolidate multiple MCP servers into a single hub.
- Expose different groups of tools for different use scenarios.
- Use CLI server to aggregate tools for MCP clients like Claude Desktop.
- Manage MCP servers via web interface with authentication and monitoring.
FAQ from MCP Hub
What are the prerequisites for running MCP Hub?
Node.js 18+ and the pnpm package manager are required.
How do I configure MCP servers?
Create a mcp_service.json file in backend/config/ with server command, args, and environment variables.
How do I access tools via groups?
Use endpoints in the format /:group/mcp, for example curl http://localhost:8181/development/mcp/list_tools.
Does the web interface have authentication?
Yes, it uses JWT-based authentication. Default credentials are username admin and password admin (must be changed in production).
Can I use the CLI as a standalone MCP server?
Yes. Install globally with npm install -g @mcp-core/mcp-hub-cli or run directly, then configure it in your MCP client using the CLI binary and a config file.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント