Skip to main content
Glama
163,773 tools. Last updated 2026-05-30 20:07

"MySQL" matching MCP tools:

  • Execute SQL queries in MySQL databases directly from Claude AI. Retrieve table information and manage database interactions using natural language commands.
    MIT
  • Execute SQL queries on a MySQL/MariaDB database. Supports SELECT, INSERT, UPDATE, DELETE, SHOW, DESCRIBE, and other statements, returning formatted table output or affected row count.
    MIT
  • Query and manage MySQL databases by specifying connection details like host, database, user, and password. Simplify database operations with structured input for efficient data handling.
    MIT
  • Establish a connection to a MySQL database by providing host, user credentials, and optional database name to enable database operations through the MySQL MCP Server.
    MIT
  • 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

Matching MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    A local development MCP server that exposes MySQL databases to VSCode and Copilot CLI with read-only SELECT queries and INSERT/UPDATE operations. It provides secure, schema-specific database access for development environments only.
    Last updated
    2
  • F
    license
    A
    quality
    C
    maintenance
    A tool that provides simple API to execute SQL queries and manage MySQL databases, designed to integrate with Cursor IDE for AI assistants to directly perform database operations.
    Last updated
    8
    2

Matching MCP Connectors

  • Connect your AI to any database — PostgreSQL, MySQL, or SQL Server — in seconds.

  • Read-only PostgreSQL, MySQL, SQL Server access via MCP — 24 dialect-aware hosted tools.

  • List all registered database connections for your tenant, showing name, ID, database type (PostgreSQL/MySQL/SQL Server), and creation date. Flags duplicate names. No sensitive data returned.
    MIT
  • List active database sessions and identify blocking locks using system views for PostgreSQL, MySQL, and SQL Server.
    MIT
  • Analyze SQL query execution plans and receive plain-English performance recommendations. Supports PostgreSQL and MySQL.
    MIT
  • Read server files through SQL injection using UNION SELECT LOAD_FILE(). Requires MySQL FILE privilege to access server-side files like /etc/passwd for security testing.
    MIT
  • Establish database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.
    MIT
  • Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.
    MIT
  • List all databases on a MySQL server to discover available ones before querying. Returns a JSON array of database names.
    MIT
  • Detect time-based blind SQL injection vulnerabilities by sending sleep-inducing payloads and measuring response delays in MySQL, PostgreSQL, and MSSQL databases.
    MIT
  • Execute SQL queries in GreptimeDB using MySQL dialect to retrieve, analyze, and manage data efficiently through a secure Model Context Protocol server interface.
    MIT
  • Execute SQL queries in Adb MySQL Cluster to retrieve data, update records, or perform database operations through the MCP server interface.
    Apache 2.0
  • Execute read-only SQL queries on MySQL databases through environment-based routing with security constraints. Configure environments like dev or prod_ro, run single statements, and manage execution limits.
    ISC
  • Retrieve a list of all tables in your MySQL database. Use this read-only query to explore the database schema without modifying data.
    MIT