mcp-hub-mcpCertified
MCP-Hub-MCP Server is a hub server that connects to and manages other MCP (Model Context Protocol) servers.
The MCP-Hub-MCP Server is designed to connect to multiple MCP servers, list their tools, and execute them. It is particularly useful for overcoming the 40-tool limit imposed by Cursor and helps in reducing AI errors by concealing less frequently used tools. The server automatically connects to other MCP servers through a configuration file, lists available tools, and can call tools on connected servers to return results.
Features
- Automatic connection to other MCP servers via configuration file
- List available tools on connected servers
- Call tools on connected servers and return results
MCP Tools
- list-all-tools: Returns a list of tools from all connected servers.
- call-tool: Calls a tool on a specific server.
Usage with Different Platforms
npx
{
"mcpServers": {
"other-tools": {
"command": "npx",
"args": [
"-y",
"mcp-hub-mcp",
"--config-path",
"/Users/username/mcp.json"
]
}
}
}
npm
bash
# Clone repository
git clone <repository-url>
cd mcp-hub-mcp
# Install dependencies
npm install
# Build
npm run build
# Run
npm start
# Development Mode
npm run dev
yarn
bash
# Clone repository
git clone <repository-url>
cd mcp-hub-mcp
# Install dependencies
yarn install
# Build
yarn build
# Run
yarn start
# Development Mode
yarn dev
pnpm
bash
# Clone repository
git clone <repository-url>
cd mcp-hub-mcp
# Install dependencies
pnpm install
# Build
pnpm build
# Run
pnpm start
# Development Mode
pnpm dev
Related MCP Servers
View all developer_tools servers →context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
gateway
by centralmind
CentralMind Gateway is a tool designed to expose databases to AI agents via MCP or OpenAPI protocols, providing secure, LLM-optimized APIs.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.