Skip to main content
Glama
605,780 tools. Updated 2026-09-24 04:32

"A server for finding SQL query resources and examples" matching MCP tools:

  • Run a read-only SQL query and return the first rows, using inline SQL or a saved library query. Refuses non-SELECT/WITH statements for safe database access.
    MIT
  • Assembles a complete system prompt with database schema, object classes, properties, codelists, spatial context, and optional SQL examples and query guidelines.
    Apache 2.0
  • Find existing query/sql pairs in Peaka's golden sql store that match a user's question. Use the retrieved SQL directly; if no match, explore tables and write a new query.
    MIT
  • Retrieve detailed information about a specific scheduled query by ID, including SQL code, schedule configuration, and metadata for security monitoring analysis.
    Python
    Apache 2.0
  • Generate schema-aware query suggestions with ready-to-run SQL to help explore unfamiliar databases and find useful queries.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server providing SQLite database access for AI agents, enabling SQL execution, schema inspection, CRUD operations, and data export.
    MIT

Matching MCP Connectors

  • Execute a SQL query against GreptimeDB. Supports read-only queries by default, with optional write mode for destructive operations.
    MIT
  • Filter SQL query examples to only those matching object classes present in your database. Provide object class IDs to get relevant examples.
    Apache 2.0
  • Execute SQL queries on Apache Doris databases via the Doris MCP Server. Specify SQL statements, target database, row limits, and timeout settings for precise query handling and result retrieval.
    Apache 2.0
  • Analyze SQL query execution plans to optimize database performance and identify potential bottlenecks in Adb MySQL databases.
    Apache 2.0
  • Execute SQL queries on log and alert data to analyze and retrieve security events. Target specific server indices for flexible data exploration.
    MIT
  • Get a query execution plan for a SQL statement against YDB to analyze and optimize query performance.
    Apache 2.0
  • Run SQL queries directly on Ontario's open data portals. Use for quick, one-off data retrieval from datastore-active resources.
    MIT
  • Validate SQL syntax, detect N+1 queries, duplicates, and other anti-patterns across single or batch SQL statements.
    MIT
  • Execute read-only SQL queries on Microsoft SQL Server, supporting SELECT, temp table batches, and whitelisted stored procedures. Returns data as JSON or Markdown.
    MIT
  • Save a SQL query to Redash for reuse, scheduling, or dashboarding. Requires a data source ID and validation before saving.
    MIT
    Destructive
  • Execute SQL SELECT queries to retrieve data from PostgreSQL databases. This read-only tool returns query results with rows, columns, and metadata for database analysis.
    MIT
  • Analyze SQL query performance by retrieving execution plans. Identify full table scans, join strategies, and optimize queries with optional real timing data.
    MIT
  • Create a virtual SQL-based dataset from a validated query to enable charting in Preset. Register the query with a database ID to make data available for visualization.
    MIT