Skip to main content
Glama
521,367 tools. Updated 2026-09-06 10:44

"Reading data from MySQL database" matching MCP tools:

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

Matching MCP Connectors

  • Execute SQL queries on a local MySQL database as root. Blocks destructive commands like DROP and DELETE to protect data.
    GPL 2.0
  • Import a database dump file into a remote MySQL, PostgreSQL, or MongoDB instance, replacing existing data. Supports compressed .gz files and drops existing objects before loading.
    MIT
  • 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
  • Restore a previous backup by backup ID to a target server, overwriting existing data. Supports PostgreSQL, MySQL, MongoDB, and file restores with pre/post hooks.
    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