MCP Directory
Back

mcp-hub

by ravitemer · JavaScript · ★ 500

A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring

#ai#chatgpt#claude-ai#llms#local-development#mcp#mcp-hub#mcp-servers#model-context-protocol#nodejs#process-management-server#server#smithery

Install

npx -y github:ravitemer/mcp-hub

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "github:ravitemer/mcp-hub"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/mcp-hub) [](https://opensource.org/licenses/MIT) [](./CONTRIBUTING.md) MCP Hub acts as a central coordinator for MCP servers and clients, providing two key interfaces: 1. **Management Interface** (/api/*): Manage multiple MCP servers through a unified REST API and web UI 2. **MCP Server Interface** (/mcp): Connect ANY MCP client to access ALL server capabilities through a single endpoint This dual-interface approach means you can manage servers through the Hub's UI while MCP clients (Claude Desktop, Cline, etc.) only need to connect to one endpoint () to acc…
Read full README on GitHub →

Related monitoring servers