Skip to main content
Glama
IzumiSy

MCP Universal DB Client

by IzumiSy

Related Servers

Alternatives to MCP Universal DB Client

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables database interaction (MySQL, PostgreSQL, SQL Server) via MCP, supporting SQL queries and command execution.
      11 npm
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables LLMs and agents to interact with relational databases (SQL Server, MySQL, PostgreSQL) through MCP tools. Supports executing queries, inserting records, listing tables, and exposing database schemas with secure credential management.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides safe, configurable SQL database access via MCP tools, enabling schema introspection, predefined queries, and structured updates with multi-backend support.
      2
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables MCP clients to dynamically connect to MySQL, MariaDB, and PostgreSQL databases via connection URLs, and to administer databases, tables, and records.
      -
    • A
      license
      A
      quality
      D
      maintenance
      Provides SQL database access via MCP, supporting PostgreSQL, MySQL, and SQLite with tools for listing tables, getting schemas, and executing queries.
      4
      1
      AGPL 3.0
    • A
      license
      B
      quality
      C
      maintenance
      Enables AI agents to interact with over 50 SQL and NoSQL databases through MCP tools for querying, schema inspection, and table management.
      5
      1
      MIT

    TDQS

    A3.5/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: connect_database establishes connections, disconnect_all and disconnect_database manage disconnection (with clear scope differences), list_connections provides status, and run_query executes queries. The descriptions make it impossible to confuse these tools.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern (e.g., connect_database, disconnect_all, run_query) with clear, descriptive names. There are no deviations in style or convention, making the set highly predictable and readable.

    Tool Count5/5

    With 5 tools, this server is well-scoped for database connectivity and query execution. Each tool earns its place by covering essential operations (connect, disconnect, list, query) without unnecessary bloat or missing core functionality.

    Completeness4/5

    The toolset covers the core lifecycle of database connections (connect, disconnect, list) and query execution, with no dead ends. A minor gap exists in lacking tools for schema inspection or transaction management, but agents can work around this using run_query for such operations.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues