A
licenseNot graded
qualityF
maintenanceEnables natural language querying of Apache Doris databases via LLM-powered SQL generation, execution, and metadata management through the MCP protocol.
9
Apache 2.0
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: executing SELECT queries, listing databases, and listing tables. No overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case (execute_query, show_databases, show_tables), making them predictable.
Three tools is on the low side for a database server, but it's acceptable for a minimal read-only interface. The scope feels thin but not extreme.
The tool set lacks write operations (INSERT, UPDATE, DELETE), DDL commands (CREATE, DROP, ALTER), and metadata queries (DESCRIBE). Significant gaps for a database server.