Skip to main content
Glama
260,841 tools. Last updated 2026-07-05 08:54

"Information about MySQL Database" matching MCP tools:

  • Retrieve details about the vulnerability database, including status and update information, to verify data currency before scanning.
    Apache 2.0
  • List all tables in a MySQL database. Optionally specify the database and choose response format: Markdown or JSON.
    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
  • Retrieve detailed information about AWS RDS database instances for monitoring, auditing, and management purposes with advanced filtering capabilities.
    The Unlicense

Matching MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Enables interaction with a MySQL database via JSON commands, supporting read-only queries, test execution of write queries, and table information retrieval through Docker.
    Last updated
    4
    38
    6
    MIT
  • A
    license
    -
    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.
    Last updated
    95
    MIT

Matching MCP Connectors

  • Analyze MySQL table statistics to identify optimization needs like index improvements, table fragmentation, and partitioning opportunities by examining size, row counts, and index information.
    Apache 2.0
  • Register a new MySQL or Snowflake database connection to enable data reconciliation tasks. After adding, verify the connection using test_datasource.
    MIT
  • Connect to a MySQL database by providing a connection string. The connection persists for subsequent queries until changed.
    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.
  • Execute read-only SELECT queries on MySQL databases to retrieve data without modifying records. Specify the database connection and SQL statement to run secure queries.
    MIT
  • Establish a connection to a MySQL database using provided credentials or environment variables, enabling database operations through the MCP Server MySQL.
    MIT
  • Close the active MySQL database connection to free server resources and properly terminate the session.
    MIT
  • Establish a connection to a MySQL database using host, user, password, and database details. Allows integration with MCP MySQL Server for query execution, table listing, and automated connection management.
    MIT