Skip to main content
Glama
524,648 tools. Updated 2026-09-06 16:29

"How to perform SELECT queries in PostgreSQL" matching MCP tools:

  • Execute SQL queries against a database connection, including SELECT, INSERT, UPDATE, DELETE, with parameterized inputs to prevent SQL injection.
    Apache 2.0
  • Run SQL queries with role-based permissions, enforcing read, write, and delete restrictions across PostgreSQL, MySQL, and SQLite databases.
    MIT
  • Analyze slow PostgreSQL queries by running EXPLAIN ANALYZE on top SELECT statements, detecting performance issues like sequential scans and missing indexes.
    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
  • Monitor currently running PostgreSQL queries to identify performance bottlenecks and manage database connections effectively.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server with get_weather and create_ticket tools, used for testing MCP servers across protocol, unit, eval, transport, and auth layers.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Read-only MCP server for PostgreSQL, enabling schema discovery, table metadata, and safe SELECT queries via READ ONLY transactions.
    27
    MIT

Matching MCP Connectors

  • ifsc-in MCP — Indian bank branch IFSC code lookup via Razorpay's open

  • Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.

  • Perform read-only SQL SELECT queries to fetch, count, aggregate, and join data from tables. Supports configurable limits, timeout, and output formats.
    MIT
  • Execute SurrealQL queries to interact with SurrealDB databases for complex operations like SELECT with JOINs, schema definitions, transactions, and graph traversals.
    MIT
  • Execute read-only SQL queries (SELECT, SHOW, DESCRIBE, EXPLAIN) with auto-appended LIMIT to safely inspect MySQL databases.
    MIT
  • Execute read-only SQL SELECT queries on a PostgreSQL database. Supports CTEs and EXPLAIN, with configurable row limit and timeout.
    MIT
  • Execute SQL SELECT queries on MySQL, Oracle, GaussDB, and DM8 databases with configurable row limits and database selection.
    MIT
  • List installed and available PostgreSQL extensions with their versions and descriptions to verify extension availability before writing dependent queries.
    MIT
  • Run read-only queries on remote MySQL, PostgreSQL, or MongoDB databases. Retrieve data securely by enforcing SELECT-only SQL and MongoDB find operations.
    MIT
  • 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
  • Execute read-only SQL queries like SELECT, EXPLAIN, and SHOW on PostgreSQL, with automatic validation to block any write or DDL operations.
    MIT
  • Execute read-only SELECT queries on MySQL/MariaDB databases. Mutating SQL is rejected; locking queries require confirmation.
    MIT
  • Run EXPLAIN ANALYZE on SELECT queries to inspect execution plans, timing, and buffers, revealing bottlenecks and missing index opportunities.
    MIT
  • List installed PostgreSQL extensions with version, schema, and description to verify availability of pgvector, PostGIS, and others before writing dependent queries.
    MIT
  • Switches the active PostgreSQL server and database connection. Required before executing queries; specify server from list_servers and optionally select database and schema.
    MIT