Skip to content
Back to search
30
MCP

@thiagorufino/mcp-hub

npm/@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.

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

Similar MCP servers embedding-nearest

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
Aggregates multiple upstream MCP servers behind a single stdio interface with TOML-based configuration and resource proxying.
0 tools
MCP Local Hub
Local workstation daemon that consolidates multiple MCP servers into shared processes for concurrent AI coding assistant clients.
0 tools
mcp-local-hub
mcp-local-hub (mcphub): a local supervisor + router that compresses dozens of duplicate MCP (Model Context Protocol) server processes across
0 tools
mcp-hub
A centralized manager for Model Context Protocol (MCP) servers with dynamic server management and monitoring
0 tools
mcp-ai-hub
A Model Context Protocol (MCP) server that provides unified access to various AI providers through LiteLM. Chat with OpenAI, Anthropic, and
0 tools

How to use

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

{
  "mcpServers": {
    "@thiagorufino/mcp-hub": {
      "url": "None",
      "transport": "http"
    }
  }
}