Skip to main content
Glama
donald-ada

clickhouse

by donald-ada

Related Servers

Alternatives to clickhouse

No user-submitted related servers found.

    Related Servers

    • 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
    • A
      license
      A
      quality
      D
      maintenance
      Provides AI agents safe, read-only access to a ClickHouse database, enabling table listing, query execution, schema inspection, and caching.
      6
      58 npm
      6
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables AI agents to interact with ClickHouse analytics through a semantic layer, exposing datasets and metrics for natural-language querying.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI to execute SQL queries against MySQL and ClickHouse connections, retrieve and manage results, and inject them into the aiQueryLab VSCode IDE.
      Apache 2.0

    TDQS

    A4.3/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool serves a distinct purpose: list_databases and list_tables handle exploration, describe_table provides schema details, query is for read-only SELECTs, and execute handles DDL/DML. There is no overlap or ambiguity between them.

    Naming Consistency5/5

    All tool names use consistent snake_case with a clear verb-noun pattern (list_*, describe_*, query, execute). The naming is uniform and predictable.

    Tool Count5/5

    Five tools is well-scoped for a database server covering exploration, schema inspection, and data manipulation. Each tool is necessary and there is no bloat.

    Completeness5/5

    The tool surface covers the essential lifecycle of a ClickHouse database: listing databases and tables, inspecting schema, running SELECT queries, and executing all DDL/DML statements. No critical operations appear missing.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues