Skip to main content
Glama
liliangshan

MCP MySQL Server

by liliangshan

Related Servers

Alternatives to MCP MySQL Server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      A MySQL MCP server with DDL support, permission control, and operation logging, enabling SQL query execution, database info retrieval, and schema management.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server for HighGo and MySQL databases, providing tools for querying, executing DDL, listing tables, and inspecting table structures.
      8 npm
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      A generic MCP server for MySQL operations, enabling listing databases/tables, describing schemas, running read-only SQL, and optionally executing write SQL with logging.
      1
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      An MCP server that enables secure, read-only access to MySQL databases with structured query tools, and optional opt-in write operations when explicitly enabled.
      618 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      A MySQL MCP server for local stdio clients, enabling database queries and management with read-only/write modes, audit logging, and configurable security.
      618 npm
      MIT

    TDQS

    B3.2/5.0

    Scored across 5 tools

    Disambiguation4/5

    Most tools have distinct purposes, but 'get_ddl_sql_logs' and 'get_operation_logs' overlap, as DDL logs are a subset of operation logs. This may cause confusion.

    Naming Consistency3/5

    Three tools follow the 'get_' prefix pattern, but 'check_permissions' uses 'check_' and 'sql_query' is a noun-verb inversion, breaking consistency.

    Tool Count5/5

    Five tools cover essential database operations (permissions, info, query, logs) without unnecessary bloat, well-scoped for a MySQL server.

    Completeness4/5

    Core operations are covered via sql_query for DDL/DML and get_database_info for browsing. Missing explicit user management tools, but sql_query can compensate.

    Maintenance

    ActivityInactive
    ResponsivenessSlow