Skip to main content
Glama
458,064 tools. Updated 2026-08-14 22:15

"Connecting to a Local MySQL 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
  • Open or reuse a tunnel to a configured database connection without connecting to the database. Returns the local host/port and tunnel_id for later tunnel management.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A local development MCP server that exposes MySQL databases to VSCode and Copilot CLI with read-only SELECT queries and INSERT/UPDATE operations. It provides secure, schema-specific database access for development environments only.
    2
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MySQL MCP server that lets AI agents list tables, describe schemas, and run SELECT/SHOW/EXPLAIN queries with a row cap, bound to a single database for safety.
    3
    MIT

Matching MCP Connectors

  • Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

  • Find local businesses on Google: name, address, phone, hours, ratings, and photos.

  • Create a .sql dump of a MySQL database on the FastPanel host via SSH, returning the file path and byte size.
    MIT
  • Execute SQL SELECT queries on MySQL, Oracle, GaussDB, and DM8 databases with configurable row limits and database selection.
    MIT
  • Import a database dump file into a remote server database, replacing existing data. Supports MySQL, PostgreSQL, and MongoDB with automatic decompression of .gz files.
    MIT
  • Execute SQL queries on a local MySQL database as root. Blocks destructive commands like DROP and DELETE to protect data.
    GPL 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
  • Import a live PostgreSQL/MySQL schema into an existing ERD, replacing its current contents while preserving the project. Read-only, metadata-only operation.
    MIT
  • Dump a MySQL, PostgreSQL, or MongoDB database to a file on a remote server via SSH, with support for compression and selective table export.
    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