mcp-local-hub

applicate2628/mcp-local-hub
★ 0 stars Go 🤖 AI/LLM Updated today
Run one shared MCP server daemon per workstation — instead of each client (Claude Code, Codex CLI, Gemini CLI, Cursor, ...) spawning its own redundant stdio process. Windows-first hub with systray GUI, Task Scheduler integration, per-language LSP workspaces, and streamable HTTP routing.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-local-hub": {
      "command": "go",
      "args": [
        "run",
        "github.com/applicate2628/mcp-local-hub@latest"
      ]
    }
  }
}