Skip to content
Back to search
30
MCP

mcp-local-hub

npm/mcp-local-hub

mcp-local-hub (mcphub): a local supervisor + router that compresses dozens of duplicate MCP (Model Context Protocol) server processes across parallel clients into one managed hub. Windows-GA; Linux-beta / macOS-preview for supervisor lifecycle.

Uptime
0.0%
16 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

MCP Local Hub
Local workstation daemon that consolidates multiple MCP servers into shared processes for concurrent AI coding assistant clients.
0 tools
mcphub
A unified hub for centrally managing and dynamically orchestrating multiple MCP servers/APIs into separate endpoints with flexible routing s
0 tools
mcp-hub
A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring
0 tools
@thiagorufino/mcp-hub
MCP Hub is a local web UI for testing LLMs and MCP servers. Connect providers, inspect tool calls, and run multi-turn chats in one place.
0 tools
MCP Hub
Aggregates multiple upstream MCP servers behind a single stdio interface with TOML-based configuration and resource proxying.
0 tools
mcp-broker
Local MCP broker that exposes one compact entry for many upstream servers.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-local-hub": {
      "url": "None",
      "transport": "http"
    }
  }
}