🎯 Use Cases
Group & Host MCP Servers
Group MCP servers into namespaces, host them as meta-MCPs, and assign public endpoints (SSE or Streamable HTTP) with authentication.
Cherry-pick Tools
Pick only the tools you need when remixing MCP servers. Apply pluggable middleware for observability and security.
Enhanced Inspector
Use as enhanced MCP inspector with saved server configs, and inspect your MetaMCP endpoints.
Context Engineering Engine for MCP
Use as Elasticsearch for MCP tool selection (coming soon).

Quick Start
Get MetaMCP running in minutes with Docker Compose:Continue with Quickstart Guide
Follow our complete setup guide to configure your first MCP servers and namespaces.
Core Concepts
Understanding these key concepts will help you get the most out of MetaMCP:MCP Servers
Learn how to configure and manage MCP server instances.
Namespaces
Group MCP servers and apply middleware at the namespace level.
Endpoints
Create public endpoints for your namespaces with different transport options.
Middleware
Transform MCP requests and responses with pluggable middleware.
Integrations
Connect MetaMCP to your favorite tools and platforms:Cursor
Configure Cursor to use MetaMCP endpoints via mcp.json
Claude Desktop
Connect Claude Desktop using mcp-proxy for STDIO compatibility
Features
Enterprise Authentication
Enterprise Authentication
- Better Auth for frontend & backend
- Session cookies for secure connections
- API key authentication for external access
- OpenID Connect (OIDC) support for enterprise SSO
- Multi-tenancy with public/private scopes
Multiple Transport Options
Multiple Transport Options
- SSE (Server-Sent Events) for MCP backward compatibility and real-time connections
- Streamable HTTP for Streamable HTTP-based MCP communication (now standard remote MCP connection)
- OpenAPI endpoints compatible with clients like Open WebUI
- STDIO compatibility via proxy for local
Internationalization
Internationalization
- Built-in support for English and Chinese
- Easy to add additional languages
- Locale-based routing and content
Performance & Scalability
Performance & Scalability
- Pre-allocated idle sessions for reduced cold start time
- Configurable session management
- Designed for at least 2GB-4GB memory instances
- Docker-based deployment with nginx support
- Cluster scaling and separation of MCP manager and worker will release in the future.
Getting Help
Contributing to MetaMCP
Set up a local development environment and contribute to MetaMCP.
API Reference
Explore the complete API documentation for MetaMCP endpoints.
GitHub Issues
Report bugs, request features, or browse existing issues.
Discord Community
Join our Discord server for support and community discussions.