Skip to main content
Glama
HemanthSaiPrasad

sql-copilot

Related Servers

Alternatives to sql-copilot

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to interact with PostgreSQL databases using natural language queries, providing secure read-only access to database schemas and SQL translation capabilities.
      6
      7 npm
      -
    • F
      license
      A
      quality
      C
      maintenance
      Enables read-only exploration of a Postgres database using natural language, with multiple safety layers to prevent any modifications.
      5
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables secure, read-only PostgreSQL database interaction through natural language, with automatic database discovery and connection management.
      2
      MIT
    • A
      license
      A
      quality
      B
      maintenance
      Enables read-only interaction with PostgreSQL databases through natural language queries, supporting dynamic connections and secure query validation.
      3
      128 npm
      2
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables AI assistants to safely explore, analyze, and maintain PostgreSQL databases with read-only mode by default, SQL injection prevention, query performance analysis, and optional write operations.
      37 npm
      Apache 2.0
    • A
      license
      Not graded
      quality
      C
      maintenance
      Securely connect AI assistants to PostgreSQL databases with read-only access, schema discovery, querying, and performance analysis tools.
      6 npm
      MIT

    TDQS

    A4.2/5.0

    Scored across 4 tools

    Disambiguation4/5

    list_tables and get_schema overlap in that both provide table listings, but get_schema also includes column details, making it a superset. describe_table is distinct (columns of a single table), and run_query is clearly separate. The overlap between list_tables and get_schema is the only source of potential confusion, but the descriptions clarify their difference in scope.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern: list_tables, describe_table, get_schema, run_query. The verbs are all imperative and the nouns are clear resources or actions. This pattern is predictable and easy to extrapolate.

    Tool Count4/5

    The server has 4 tools, which is on the lower end but reasonable for a database introspection and querying server. It covers the essential operations without bloat. It might feel slightly thin for a full DB tool, but the scope is clearly read-only querying and inspection, so 4 tools is appropriate.

    Completeness4/5

    The tool set covers the main workflow: explore schema (list_tables, get_schema), inspect a table (describe_table), and run queries (run_query). The only minor gap is the lack of a tool to view query history or a more detailed table metadata (e.g., indexes, foreign keys), but these are not essential for basic read-only usage.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues