Skip to main content
Glama
134,903 tools. Last updated 2026-05-14 11:36

"Querying data in MySQL" 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.
  • Execute read-only SQL queries against PostgreSQL, MySQL, or SQL Server. Automatically adapts syntax to the target dialect. Returns results with connection and dialect metadata. Default limit 100 rows.
  • List active database sessions and identify blocking locks using system views for PostgreSQL, MySQL, and SQL Server.
  • Analyze SQL query execution plans and receive plain-English performance recommendations. Supports PostgreSQL and MySQL.

Matching MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to manage MySQL databases through natural language commands. Supports database operations, table management, data queries, and import/export functionality with built-in security features.
    Last updated
    15
    10
    1
    MIT

Matching MCP Connectors

  • Korean government open data - weather, population, law search via data.go.kr

  • Connect your AI to any database — PostgreSQL, MySQL, or SQL Server — in seconds.

  • Retrieve a hashtag ID by name. Required for querying hashtag media. Limited to 30 unique hashtags per 7-day window.
    MIT
  • Execute SQL queries on a MySQL/MariaDB database. Supports SELECT, INSERT, UPDATE, DELETE, SHOW, DESCRIBE, and other statements, returning formatted table output or affected row count.
    MIT
  • Read server files through SQL injection using UNION SELECT LOAD_FILE(). Requires MySQL FILE privilege to access server-side files like /etc/passwd for security testing.
    MIT
  • Detect time-based blind SQL injection vulnerabilities by sending sleep-inducing payloads and measuring response delays in MySQL, PostgreSQL, and MSSQL databases.
    MIT
  • Manages database tables and data with actions for creating, querying, updating, and deleting records. Supports multiple databases and advanced filtering.
    MIT
  • Execute SQL queries in GreptimeDB using MySQL dialect to retrieve, analyze, and manage data efficiently through a secure Model Context Protocol server interface.
    MIT
  • Execute SQL queries in Adb MySQL Cluster to retrieve data, update records, or perform database operations through the MCP server interface.
    Apache 2.0
  • Retrieve detailed information on specific in-app messages using the tool integrated with Hackle’s MCP server, enabling precise querying of A/B test message data.
    MIT
  • Execute SQL queries in MySQL databases directly from Claude AI. Retrieve table information and manage database interactions using natural language commands.
    MIT
  • Execute INSERT, UPDATE, or DELETE queries to modify data in MySQL databases through the MCP MySQL Server.
    MIT
  • 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
  • Discover all tables in the connected SQLite database. Use this to explore available data before querying or getting schemas.
    MIT
  • Execute read-only SQL queries (SELECT, EXPLAIN) on a database to retrieve data as JSON. Use for data querying, aggregations, or existence checks.
    MIT
  • List all views in the connected database to explore available views or verify a view exists before querying it.
    MIT