Skip to main content
Glama
127,308 tools. Last updated 2026-05-05 13:48

"A database management system named MySQL" matching MCP tools:

  • List active database sessions and identify blocking locks using system views for PostgreSQL, MySQL, and SQL Server.
  • 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.
  • Establish a secure connection to a MySQL database by specifying host, port, user, password, and database details. Simplify database interaction and query execution through structured access.
  • Establish a connection to a MySQL database by providing host, user, password, and database name to enable database interactions through the MCP MySQL Server.
    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
  • List all MySQL databases on a server, separating user databases from system databases like information_schema and mysql. Specify an optional server alias to target a specific host.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Establish a connection to a MySQL database using provided credentials or environment variables, enabling database operations through the MCP Server MySQL.
    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
  • Terminate active MySQL database connections to manage resources and ensure security when database access is no longer required.
    MIT
  • Terminate active database connections to release resources and end sessions with MySQL databases, including AWS RDS and cloud instances.
  • Dump MySQL, PostgreSQL, or MongoDB databases to a file on a remote server via SSH. Specify database type, name, credentials, and output path for automated backups.
    MIT
  • Execute SQL INSERT queries to add new records into MySQL database tables, enabling data population and storage operations.
    MIT
  • Establish a connection to MySQL databases by providing host, user, and password parameters. Use this tool to initiate secure database interactions for query execution and management operations.
    MIT
  • Remove records from MySQL database tables using SQL DELETE queries to manage data cleanup, compliance, or maintenance tasks.
    MIT
  • Establish a connection to a MySQL database using URL or configuration parameters to enable database interactions through the MCP MySQL Server.
    Apache 2.0
  • Execute SQL CREATE TABLE queries to define new database tables in MySQL, enabling structured data storage and organization.
    MIT