Skip to main content
Glama
521,841 tools. Updated 2026-09-06 12:28

"A tool for analyzing SQL database structure and functionality" matching MCP tools:

Matching MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server that connects to SQL databases (SQLite, PostgreSQL, MSSQL, MySQL) and provides tools to run read-only queries, list schemas/tables, and manage connections via stdio transport.
    Apache 2.0
  • F
    license
    A
    quality
    D
    maintenance
    Converts SQL queries between different database dialects using the sqlglot library to ensure cross-system compatibility. It allows users to list supported dialects and transpile SQL code from one syntax to another through the Model Context Protocol.
    2
    3
    -

Matching MCP Connectors

  • Retrieve the archive database schema, including table and column names. Understand available data for crafting SQL queries.
    Apache 2.0
  • Retrieve all table names from a specified database to discover available data for SQL queries.
    Apache 2.0
  • Run SQL queries to analyze, modify, or troubleshoot Heroku PostgreSQL databases. Execute commands or file-based queries with credential management for direct database access.
    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 Cloudflare D1 database schema structure, tables, columns, indexes, and relationships to understand database design and optionally include sample data for context.
    MIT
  • Execute SQL queries on a YDB database to retrieve, insert, update, or delete data with direct results.
    Apache 2.0
  • Execute write SQL statements such as INSERT, UPDATE, DELETE, and DDL on a MySQL database, with optional bind parameters and database selection.
    MIT
    Destructive
  • Test a URL for SQL injection vulnerabilities using SQLMap. Identify vulnerable parameters and extract database information when authorized.
    MIT