Skip to main content
Glama
siimleetberg

OpenCode MySQL Connector

by siimleetberg

Related Servers

Alternatives to OpenCode MySQL Connector

No user-submitted related servers found.

    Related Servers

    • 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.
      604 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server that connects to SQL databases (SQLite, PostgreSQL, MSSQL, MySQL) and provides tools to run read-only queries, list schemas/tables, and manage connections via stdio transport.
      Apache 2.0
    • A
      license
      Not graded
      quality
      C
      maintenance
      A Python MCP server for inspecting and querying MySQL databases, providing table discovery, schema inspection, read-only queries, and optional write/DDL tools.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      A read-only MySQL MCP server supporting stdio, SSE, and Streamable HTTP transports, enabling secure querying and schema inspection of MySQL databases from MCP clients.
      3
      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
      C
      quality
      C
      maintenance
      Connects MCP-compatible clients like Claude to a MySQL database, enabling schema inspection and read/write queries via stdio transport.
      5
      317 npm
      1
      MIT

    TDQS

    C2.1/5.0

    Scored across 7 tools

    Disambiguation4/5

    Tool names are sufficiently distinct, but the absence of descriptions increases the risk of confusion between 'get_schema' and 'describe_table'.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.

    Tool Count5/5

    7 tools is well-scoped for a MySQL connector, covering query execution, metadata retrieval, and schema management without being excessive.

    Completeness4/5

    The tool set covers core database operations, though missing explicit data manipulation tools (INSERT/UPDATE/DELETE) which are presumably handled by execute_query.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues