Skip to main content
Glama
519,862 tools. Updated 2026-09-06 08:15

"Exploring MySQL Database Information" matching MCP tools:

Matching MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables secure MySQL database operations through natural language with built-in safety features. Supports SELECT queries by default while providing configurable restrictions for INSERT, UPDATE, and DELETE operations.
    121
    MIT

Matching MCP Connectors

  • 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
  • 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
  • Register a new MySQL or Snowflake database connection to enable data reconciliation tasks. After adding, verify the connection using test_datasource.
    MIT
  • List all tables in a MySQL database. Optionally specify the database and choose response format: Markdown or JSON.
    MIT
  • Connect to a MySQL database by providing a connection string. The connection persists for subsequent queries until changed.
    MIT
  • Create a new MySQL or PostgreSQL database with a dedicated user. Preview with dry_run=true, execute with confirm=true.
    MIT
  • Retrieve database catalogs for a given database ID. For engines that support catalogs, it lists available namespaces; not supported by PostgreSQL and MySQL.
    MIT
  • Validate database connection parameters before connecting. Check host, port, database, username, and password for common engines like PostgreSQL, MySQL, and SQLite to prevent connection errors.
    MIT
  • Terminate the active MySQL database connection to manage resources effectively or reset the session. Use this tool to ensure clean disconnections from the MySQL MCP Server.
    -