MCP.so
ログイン

MCP-Hub MCP

@warpdev

MCP-Hub MCP について

A hub server that connects to and manages other MCP (Model Context Protocol) servers.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

warpdev

投稿者

박우현

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-hub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-hub-mcp",
        "--config-path",
        "/Users/username/mcp.json"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP-Hub MCP?

MCP-Hub MCP is a hub server that connects to and manages other MCP (Model Context Protocol) servers, allowing users to list their tools and execute them. It is especially useful for bypassing Cursor’s 40-tool MCP limit and reducing AI mistakes by hiding infrequently used tools.

How to use MCP-Hub MCP?

Install via npx with the mcp-hub-mcp package and specify a config path. Configure the hub by providing a JSON configuration file (Claude Desktop format) via environment variable (MCP_CONFIG_PATH), CLI argument (--config-path), or a default mcp-config.json. Once connected, use the tools list-all-tools and call-tool to interact with all managed servers.

Key features of MCP-Hub MCP

  • Automatic connection to other MCP servers via configuration file
  • Lists all available tools from connected servers
  • Calls tools on connected servers and returns results
  • Bypasses Cursor’s 40-tool MCP limit
  • Reduces AI mistakes by hiding infrequently used tools

Use cases of MCP-Hub MCP

  • Aggregate multiple MCP servers under a single hub to avoid tool caps
  • Manage a large set of MCP tools across different servers
  • Simplify AI interactions by exposing only the most relevant tools

FAQ from MCP-Hub MCP

What is the purpose of MCP-Hub MCP?

It connects to multiple MCP servers, lists their tools, and executes them. It is created mainly to bypass Cursor’s 40-tool MCP limit and reduce AI errors.

What are the runtime requirements?

Node.js 18.0.0 or higher, with npm, yarn, or pnpm.

How do I configure the hub to connect to other servers?

Use a configuration file in Claude Desktop format via the MCP_CONFIG_PATH environment variable, the --config-path command line argument, or a default mcp-config.json file in the current directory.

What tools does MCP-Hub MCP provide?

Two tools: list-all-tools (returns all tools from connected servers) and call-tool (calls a tool on a specific server using serverName, toolName, and toolArgs).

Does MCP-Hub MCP support authentication or custom transports?

The README does not mention authentication or custom transport support.

コメント

「その他」の他のコンテンツ