Skip to main content
Glama
524,225 tools. Updated 2026-09-06 14:34

"Using MySQL Database with Cursor Functionality" 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
  • 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

Matching MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides Claude with direct access to databases including SQLite, SQL Server, PostgreSQL, and MySQL, enabling execution of SQL queries and table management through natural language.
    806
    1
    MIT

Matching MCP Connectors

  • 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
  • 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
  • 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
  • Register a MySQL-compatible database connection at runtime, testing connectivity before caching and replacing any existing connection with the same name.
    MIT
  • Create a new MySQL or PostgreSQL database with a dedicated user. Preview with dry_run=true, execute with confirm=true.
    MIT