Apache Doris MCP Server is a Python and FastAPI-based backend service that enables clients to interact with Apache Doris databases through standardized Model Context Protocol tools. It provides capabilities for natural language to SQL conversion (NL2SQL), query execution, and metadata management, while offering enterprise-grade features including token-based authentication, real-time database validation, hot-reload configuration management, and role-based access control. The server solves the problem of securely connecting LLMs and other clients to Doris databases with multi-tenant support and zero-downtime configuration updates.
claude mcp add --transport stdio apache-doris-mcp-server uvx doris-mcp-server