llms.txt Content
# MCPHub Documentation
> The Unified Hub for Model Context Protocol (MCP) Servers
## Docs
- [Authentication](https://docs.mcphub.app/api-reference/auth.md): Manage users and authentication.
- [Config](https://docs.mcphub.app/api-reference/config.md): Manage and retrieve system-wide configurations.
- [Groups](https://docs.mcphub.app/api-reference/groups.md): Manage server groups to organize and route requests.
- [Introduction](https://docs.mcphub.app/api-reference/introduction.md): Welcome to the MCPHub API documentation.
- [Logs](https://docs.mcphub.app/api-reference/logs.md): Access and manage server logs.
- [MCP HTTP Endpoints](https://docs.mcphub.app/api-reference/mcp-http.md): Connect to your MCP servers using the unified HTTP endpoint.
- [MCP SSE Endpoints (Deprecated)](https://docs.mcphub.app/api-reference/mcp-sse.md): Connect to your MCP servers using the SSE endpoint.
- [OpenAPI Integration](https://docs.mcphub.app/api-reference/openapi.md): Generate OpenAPI specifications from MCP tools for seamless integration with OpenWebUI and other systems
- [Prompts](https://docs.mcphub.app/api-reference/prompts.md): Manage and execute MCP prompts.
- [Servers](https://docs.mcphub.app/api-reference/servers.md): Manage your MCP servers.
- [Smart Routing](https://docs.mcphub.app/api-reference/smart-routing.md): Intelligent tool discovery using vector semantic search.
- [System](https://docs.mcphub.app/api-reference/system.md): System and utility endpoints.
- [Tools](https://docs.mcphub.app/api-reference/tools.md): Execute MCP tools programmatically.
- [Users](https://docs.mcphub.app/api-reference/users.md): Manage users in MCPHub.
- [Database Configuration](https://docs.mcphub.app/configuration/database-configuration.md): Configuring MCPHub to use a PostgreSQL database as an alternative to the mcp_settings.json file.
- [Docker Setup](https://docs.mcphub.app/configuration/docker-setup.md): Deploy MCPHub using Docker and Docker Compose
- [Environment Variables](https://d