Skip to main content
Glama
519,350 tools. Updated 2026-09-06 07:28

"Queries for MySQL Database" matching MCP 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
  • 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
  • Run SQL queries to analyze, modify, or troubleshoot Heroku PostgreSQL databases. Execute commands or file-based queries with credential management for direct database access.
    Apache 2.0

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol server that provides read-only MySQL database queries for AI assistants, allowing them to execute queries, explore database structures, and investigate data directly from AI-powered tools.
    3
    61
    13
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides structured MySQL database operations for Claude Desktop, converting natural language requests into safe, parameterized queries.
    454
    1
    MIT

Matching MCP Connectors

  • Create daemon apps from GitHub or Docker, and database services (PostgreSQL, Redis, MySQL, MongoDB) for Bult projects.
    MIT
  • Execute SQL SELECT queries on MySQL, Oracle, GaussDB, and DM8 databases with configurable row limits and database selection.
    MIT
  • List configured database connections (PostgreSQL, MySQL, Redshift) and return key, type, read-only flag, and metadata for executing queries with other tools.
    MIT
  • Execute SQL queries on a local MySQL database as root. Blocks destructive commands like DROP and DELETE to protect data.
    GPL 2.0
  • Identify and analyze slow MySQL queries using performance_schema data to optimize database performance by examining execution times, row statistics, and query patterns.
    Apache 2.0
  • Execute read-only SQL SELECT queries to retrieve data from a MySQL database. This tool enables data analysis and information extraction through direct database queries.
    MIT
  • Check MySQL server and database reachability, returning ok status and latency in milliseconds without exposing credentials or configuration details.
    MIT
  • Execute SQL statements against MySQL for queries, inserts, updates, deletes, and schema inspection. Supports cross-database queries via fully qualified names and requires explicit confirmation for write operations.
    MIT
    Destructive
  • Creates compressed remote MySQL, PostgreSQL, or MongoDB backups over SSH without modifying the source database. Supports transaction-safe MySQL dumps and PostgreSQL custom-format backups.
    MIT
  • Identify slowest and heaviest database queries on an instance to diagnose performance issues. Read-only analysis using MySQL performance_schema or Postgres pg_stat_statements.
    MIT