Skip to main content
Glama
siddontang

TiDB Cloud Zero MCP Server

by siddontang

Related Servers

Alternatives to TiDB Cloud Zero MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Enables interaction with TiDB serverless databases through the Model Context Protocol. Allows users to connect to and manage TiDB cloud databases using natural language through Claude Desktop.
      24
      Apache 2.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol service that enables AI assistants to directly query and manage MySQL databases through natural language. It supports SQL execution, schema inspection, and atomic transactions for comprehensive database interaction.
      -
    • A
      license
      A
      quality
      D
      maintenance
      A Model Context Protocol server that allows AI agents to execute SQL queries against a MySQL database, supporting operations like reading data, creating tables, inserting, updating, and deleting records.
      6
      317 npm
      7
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI agents to query databases via natural language using the Model Context Protocol, with automatic schema discovery, SQL query execution, and read-only safety checks.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol server that enables AI models to interact with MySQL databases through natural language, supporting SQL queries, table creation, and schema exploration.
      3
      -

    TDQS

    A4/5.0

    Scored across 6 tools

    Disambiguation3/5

    Some overlap exists between query and list_tables/describe_table since query supports SHOW and DESCRIBE, which can duplicate those tools. However, the descriptions clarify the intended use cases, making selection mostly straightforward.

    Naming Consistency4/5

    Names use a consistent lowercase underscore style with imperative verbs, but mix single-word verbs (query, execute) with verb_noun pairs (list_tables, describe_table). This is a minor deviation from a fully uniform pattern.

    Tool Count5/5

    Six tools is well within the ideal range for a database server MCP, covering both read and write operations without being bloated.

    Completeness5/5

    The tool set covers core database operations: listing tables, describing schema, running read-only queries, executing write statements, batch execution, and retrieving server info. No obvious gaps for its stated purpose.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues