llms.txt Content
# MetaMCP
## Docs
- [Endpoints](https://docs.metamcp.com/en/concepts/endpoints.md): Create public endpoints that expose namespaces as accessible MCP servers
- [Inspector](https://docs.metamcp.com/en/concepts/inspector.md): Debug and inspect MCP servers and MetaMCP endpoints with the built-in inspector
- [MCP Servers](https://docs.metamcp.com/en/concepts/mcp-servers.md): Learn how to configure and manage MCP server instances in MetaMCP
- [Middleware](https://docs.metamcp.com/en/concepts/middleware.md): Transform MCP requests and responses with pluggable middleware
- [Namespaces](https://docs.metamcp.com/en/concepts/namespaces.md): Group MCP servers and manage tools with unified endpoints
- [Custom deployment](https://docs.metamcp.com/en/deployment/custom-deployment.md)
- [Architecture](https://docs.metamcp.com/en/development/architecture.md)
- [Contributing to MetaMCP](https://docs.metamcp.com/en/development/contributing.md): Learn how to contribute to MetaMCP development and help improve the project
- [Internationalization (i18n)](https://docs.metamcp.com/en/development/i18n.md): Add multi-language support to MetaMCP with Next.js locale routing and client-side translations
- [MetaMCP Documentation](https://docs.metamcp.com/en/index.md): MCP Aggregator, Orchestrator, Middleware, Gateway in one docker
- [Claude Desktop Integration](https://docs.metamcp.com/en/integrations/claude-desktop.md): Configure Claude Desktop to connect to MetaMCP endpoints using mcp-proxy
- [Cursor Integration](https://docs.metamcp.com/en/integrations/cursor.md): Configure Cursor IDE to use MetaMCP endpoints via mcp.json
- [General Stdio Integration using `mcp-proxy` with API Key](https://docs.metamcp.com/en/integrations/general-stdio-with-api-key.md): Configure any stdio-based MCP client to connect to MetaMCP endpoints using mcp-proxy
- [General Stdio Integration using `mcp-remote` with OAuth](https://docs.metamcp.com/en/integrations/general-stdio-with-oauth.md): Configure any stdio-based M