Skip to main content
Glama
616,454 tools. Updated 2026-09-27 14:20

"How to query a database" matching MCP tools:

  • Analyze a SQL query's execution plan to understand how the database runs it and get cost estimates. Optionally run the query for actual statistics or simulate hypothetical indexes.
    MIT
  • Reveals the execution plan for a SELECT query, showing how the database will run it to help identify performance bottlenecks.
    MIT
  • Retrieve a Firebird execution plan for a SQL query to analyze how the database will execute it, enabling query optimization and performance troubleshooting.
    MIT
  • Run native SQL queries on a database and retrieve results in markdown table format. Specify database ID and query to get data.
    MIT

Matching MCP Servers

Matching MCP Connectors