Skip to main content
Glama
qq5032449

MySQL MCP Server

by qq5032449

Related Servers

Alternatives to MySQL MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables safe querying and optional writing to MySQL databases via MCP tools, with support for schema inspection, connection management, and read-only mode.
      7 npm
      3
      MIT
    • -
      license
      Not graded
      quality
      C
      maintenance
      Enables interaction with a MySQL database through MCP tools, resources, and prompts, supporting both read-only queries and safe write operations.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables read-only interaction with SQL databases through MCP, providing database metadata exploration, sample data retrieval, and secure query execution. Supports MySQL with multiple transport options and built-in security features including SQL injection protection and data sanitization.
      15 npm
      5
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables read-write interaction with a MySQL database via MCP tools, resources, and prompts, allowing schema inspection, data querying and modification, and scripted workflows.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables MySQL database operations through MCP, including executing SQL queries, listing databases and tables, and describing table structures.
      317 npm
      5
      MIT
    • F
      license
      A
      quality
      B
      maintenance
      Enables interaction with MariaDB/MySQL databases via MCP, supporting read-only mode, SQL execution, and schema inspection.
      6
      -

    TDQS

    A4.7/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clear, distinct role: execute_sql for arbitrary SQL, get_schema_info for metadata, and get_table_sample for row previews. Although execute_sql can also run SHOW/SELECT statements, the specialized helper tools are explicitly framed as complementary, not competing.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun pattern in snake_case: execute_sql, get_schema_info, get_table_sample. This makes the action and target of each tool predictable.

    Tool Count5/5

    Three tools is a compact but appropriate scope for a SQL database server: one general execution path plus two focused inspection helpers. Each tool serves a distinct need without redundancy.

    Completeness5/5

    The surface covers the core workflow: inspect schema, preview data, and execute arbitrary SQL for reads and writes. Cross-database behavior and user confirmation are handled, and remaining database-level operations can be reached via execute_sql.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues