Skip to main content
Glama
133,413 tools. Last updated 2026-05-25 15:09

"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
  • 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
  • Selects a wiki for subsequent tool calls. Use before interacting with a non-default wiki; returns the wiki's sitename and server URL.
    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
  • 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
  • Check PostgreSQL server version, connection status, and extension availability to verify database accessibility and configuration before monitoring or analysis tasks.
    MIT

Matching MCP Servers

  • F
    license
    C
    quality
    C
    maintenance
    A Model Context Protocol server that provides a standardized interface for interacting with SQL databases through the MCP protocol.
    Last updated
    3
    25
    4
  • A
    license
    -
    quality
    C
    maintenance
    Enables seamless interaction with MySQL, PostgreSQL, and SQLite databases through the Model Context Protocol. Supports executing SQL queries and inserting data across multiple database types with flexible connection string configuration.
    Last updated
    14,585
    3
    MIT

Matching MCP Connectors

  • Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.

  • Manage your Canvas coursework with quick access to courses, assignments, and grades. Track upcomin…

  • 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
  • Identifies the package manager in use by analyzing lockfiles and package.json, then provides the correct commands for installing dependencies, running scripts, and executing packages.
    MIT
  • Query cloud infrastructure, SaaS, APIs, and code using SQL to analyze data from multiple sources with PostgreSQL syntax.
    Apache 2.0
  • Execute a read-only SQL SELECT query on a specified SQL Server and database. Retrieve data safely without modification.
    MIT
  • Execute SQL queries on the DX Data Cloud PostgreSQL database to retrieve organizational data. Use information_schema to explore available tables and columns.
    MIT
  • Execute SQL migration or DDL scripts as a single atomic transaction; any failure triggers automatic rollback for data integrity.
    MIT
  • Execute SQL statements on PostgreSQL databases with parameter support, transaction handling, and timeout control for data operations and schema management.
    AGPL 3.0
  • Execute SQL queries on SQL Server databases to retrieve, analyze, or modify data through a secure connection with configurable access levels.
  • Execute SQL Server stored procedures with parameters to retrieve database results for data analysis and manipulation tasks.
    MIT
  • Execute parameterized SQL queries on PostgreSQL databases with built-in safety checks to prevent SQL injection. Supports SELECT, INSERT, UPDATE, and DELETE operations.
    MIT