Skip to main content
Glama
615,196 tools. Updated 2026-09-27 02:19

"Connect to MySQL database and work with SQL statements" matching MCP tools:

  • Generate SQL migration scripts by comparing database schemas. Compare live databases or a database against target DDL to create ALTER statements for schema updates.
    MIT
  • Execute read-only SQL queries against Mina's archive database to fetch blockchain data such as blocks, commands, and accounts. Only SELECT, WITH, and EXPLAIN statements are permitted.
    Apache 2.0
  • Run a read-only SQL query and return the first rows, using inline SQL or a saved library query. Refuses non-SELECT/WITH statements for safe database access.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to query PostgreSQL, MySQL, SQL Server, Oracle, and MongoDB databases through MCP with read-only, audited access.
    AGPL 3.0
  • 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

Matching MCP Connectors

  • Execute read-only SQL queries against PostgreSQL, MySQL, or SQL Server. Automatically adapts syntax to the target dialect. Returns results with connection and dialect metadata. Default limit 100 rows.
    MIT
  • Establish database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.
    MIT
  • Analyze SQL query execution plans and receive plain-English performance recommendations. Supports PostgreSQL and MySQL.
    MIT
  • Provide agents with full database management: create tables, insert, query, update, delete, import, export, and run raw SQL across SQLite, Postgres, MySQL, and Turso.
    MIT
  • Execute SQL queries on Apache Doris databases via the Doris MCP Server. Specify SQL statements, target database, row limits, and timeout settings for precise query handling and result retrieval.
    Apache 2.0
  • Execute SQL queries in Adb MySQL Cluster to retrieve data, update records, or perform database operations through the MCP server interface.
    Apache 2.0
  • Perform direct database operations on contest logging records, including add, delete, and SQL queries, with safeguards against unintended data wipe.
    MIT
  • Execute write SQL statements such as INSERT, UPDATE, DELETE, and DDL on a MySQL database, with optional bind parameters and database selection.
    MIT
    Destructive
  • Execute SQL statements on a D1 database with bound parameters. Human approval gate ensures safety: set confirm:true to commit changes, otherwise preview results.
    MIT
  • Create a .sql dump of a MySQL database on the FastPanel host via SSH, returning the file path and byte size.
    MIT
  • Run read-only SQL statements on your PostgreSQL database to fetch data without risking modifications, as writes are automatically rejected and transactions rolled back.
    MIT
  • Execute read-only SQL SELECT queries against a database connection, returning rows, columns, row count, and execution time while rejecting unsafe statements.
    MIT