Skip to main content
Glama
AnilPuram

Apache Druid MCP Server

by AnilPuram

Related Servers

Alternatives to Apache Druid MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables natural language querying of SQL databases using AI, supporting multiple database types and automatic schema discovery.
      1
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables executing SQL queries, schema introspection, and data management for PostgreSQL and MySQL databases via natural language, supporting local, SSH, and AWS RDS connections.
      8
      47 npm
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables interaction with Microsoft SQL Server and Azure SQL databases through natural language, supporting queries, schema exploration, stored procedures, and complete database operations with connection pooling and security features.
      14
      628 npm
      13
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables querying and managing PostgreSQL and MySQL databases through natural language, supporting connection management, query execution, schema inspection, and parameterized queries with connection pooling.
      5
      7 npm
      4
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables executing SQL queries, listing databases, and listing tables on a ClickHouse cluster through natural language.
      Apache 2.0

    TDQS

    A4/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: querying, listing datasources, retrieving metadata for a specific datasource, and testing connectivity. No overlapping or ambiguous responsibilities.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern in snake_case (execute_sql_query, list_datasources, get_datasource_metadata, test_connection). The naming is predictable and homogeneous.

    Tool Count5/5

    With exactly 4 tools, the server is well-scoped for a focused Druid integration. Each tool addresses a core need without unnecessary bloat or minimalism.

    Completeness5/5

    The tool surface covers the essential workflows for a Druid MCP server: testing connectivity, exploring datasources, inspecting metadata, and executing SQL queries. There are no obvious gaps for the intended use case.