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

"Using MySQL to Search a Database" matching MCP tools:

  • 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
  • Create daemon apps from GitHub or Docker, and database services (PostgreSQL, Redis, MySQL, MongoDB) for Bult projects.
    MIT
  • Sync stock market data from providers to a local MySQL database. Choose full mode for complete history since 2000 or incremental mode for only new data.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Search for genes in the NCBI database using gene names, symbols, or other identifiers to retrieve relevant gene information and metadata.
    MIT
  • Execute SQL SELECT queries on MySQL, Oracle, GaussDB, and DM8 databases with configurable row limits and database selection.
    MIT
  • 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
  • Lists database names from a legacy MySQL server using SHOW DATABASES, hiding system databases unless include_system_databases is enabled. Use the resulting name to inspect tables.
    MIT
  • Set up a database connection with verification and automatic model ingestion. Supports Postgres, MySQL, SQLite, BigQuery, and Snowflake.
    MIT
  • Establish a runtime database connection using a connection URL, supporting MySQL, PostgreSQL, SQLite, and more. Save the connection under an alias for later use in the session.
    MIT
  • 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
  • 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
  • List databases on a remote server, or list tables (SQL) and collections (MongoDB) for a given database. Supports MySQL, PostgreSQL, and MongoDB. Read-only operation.
    MIT