GUI app for managing multiple MCP (Meta Compute Protocol) server integrations
Top 39.5% on sourcepulse
MetaMCP provides a unified middleware layer for managing multiple MCP (Model Communication Protocol) servers, enabling seamless integration and context management for various AI clients like Claude Desktop and Cursor. It offers a self-hostable GUI application and a local proxy, allowing users to aggregate tools, prompts, and resources across different MCP servers and workspaces, preventing context pollution and enabling granular control.
How It Works
MetaMCP operates as an MCP server itself, acting as a central hub. It communicates with a local proxy that interfaces with installed MCP servers. The GUI application manages configurations, tool toggles, and workspace switching. When an MCP client requests tools, the MetaMCP proxy aggregates tool lists from all configured MCP servers, presenting a unified interface to the client. Tool calls are then routed to the appropriate underlying MCP server.
Quick Start & Requirements
git clone https://github.com/metatool-ai/metatool-app.git && cd metatool-app && cp example.env .env && docker compose up --build -d
http://localhost:12005
Highlighted Details
Maintenance & Community
The project is maintained by metatool-ai. Demo videos are available at https://metamcp.com/.
Licensing & Compatibility
Limitations & Caveats
The project mentions a "Credits (Deprecated)" section, suggesting potential past reliance on or integration with a system that is no longer supported. The AGPL v3 license requires careful consideration for commercial or closed-source integrations.
2 days ago
Inactive