Skip to main content
Glama
524,225 tools. Updated 2026-09-06 14:34

"A server for interacting with PostgreSQL and executing SQL scripts" matching MCP tools:

  • 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.
    MIT
  • Add automation scripts for building, deploying, upgrading, querying, testing, and interacting with a Klever smart contract project. Creates a scripts/ directory and updates .gitignore.
    MIT
  • Run SQL queries with role-based permissions, enforcing read, write, and delete restrictions across PostgreSQL, MySQL, and SQLite databases.
    MIT
  • 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

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for SQL databases (SQLite/PostgreSQL) that enables listing tables, describing schemas, and executing SELECT queries with safety guardrails.
    MIT

Matching MCP Connectors

  • Executes SQL in a real ephemeral database: rows, typed errors with suggestions, plans, diffs.

  • Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)

  • Execute SQL queries over stored market data DataFrames to filter, aggregate, join, and analyze. Supports SHOW TABLES, DESCRIBE, DROP TABLE, and apply for server-side Greeks and technicals.
    MIT
  • Run SQL queries against your PostgreSQL database with parameterized inputs to prevent injection, returning results capped to avoid oversized payloads.
    MIT
    Destructive
  • Execute data modification SQL statements (INSERT, UPDATE, DELETE, DDL). Validate without executing by setting dryRun=true; confirm destructive operations like DROP or TRUNCATE before execution.
    MIT
  • Run read-only SQL statements on your PostgreSQL database to fetch data without risking modifications, as writes are automatically rejected and transactions rolled back.
    MIT
  • Check PostgreSQL server version, connection status, and extension availability to verify database accessibility and configuration before monitoring or analysis tasks.
    MIT
  • Verify server identity and protocol compatibility by retrieving the manifest with protocol version, server name, and available capabilities before interacting with tools.
    Apache 2.0
  • Execute read-only SQL SELECT queries on a PostgreSQL database. Supports CTEs and EXPLAIN, with configurable row limit and timeout.
    MIT
  • Inspect PostgreSQL query plans to diagnose and optimize SQL performance. Use ANALYZE for real execution details, buffer stats, planner settings, and hypothetical indexes to test improvements.
    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
  • Translate a natural-language question into an SQL statement using an LLM. Review the generated SQL before executing it with run_sql.
    MIT
  • Get the estimated execution plan for a SELECT SQL query without running it. Understand query performance and indexing before execution.
    MIT
  • Check After Effects bridge connectivity status without executing scripts. Identify disconnections and receive restart or reconnect guidance.
    MIT