Skip to main content
Glama
133,407 tools. Last updated 2026-05-12 22:37

"postgre" matching MCP tools:

  • Execute write SQL statements (INSERT, UPDATE, DELETE) to modify PostgreSQL database data. Use with caution as this tool directly changes database content.
    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
  • Analyze SQL query performance by generating execution plans with cost estimates to optimize PostgreSQL database operations.
    MIT
  • Explains SQL query execution plans with cost estimates. Optionally runs query for real statistics or simulates hypothetical indexes to compare performance.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    -
    maintenance
    Enables comprehensive PostgreSQL database management through natural language including queries, schema operations, user management, and administrative tasks. Features enterprise-grade connection pooling, transaction support, and full database administration capabilities.
    Last updated
    11
    142
    1
  • A
    license
    B
    quality
    C
    maintenance
    Enables comprehensive PostgreSQL database management including index tuning, query plan analysis, health monitoring, schema-aware SQL generation, and safe SQL execution with configurable access control for both development and production environments.
    Last updated
    9
    MIT
  • Analyze PostgreSQL table structure to view columns, data types, primary keys, and foreign keys for database schema understanding.
    MIT
  • Retrieve the SQL definition and column structure of PostgreSQL views to understand database schema and query logic.
    MIT
  • Analyze SQL query execution plans to understand database performance and optimize queries with detailed cost estimates and hypothetical index simulation.
    MIT
  • Retrieve all tables from a PostgreSQL schema to understand database structure. Specify a schema name to view its tables and their types.
    MIT
  • Retrieve all constraints for a PostgreSQL table, including primary keys, foreign keys, unique constraints, and check constraints, to understand table relationships and data integrity rules.
    MIT
  • Retrieve all schemas from a PostgreSQL database to view their names and owners for database exploration and management.
    MIT
  • Execute SQL queries securely with pagination and parameterization, returning up to 500 rows per page on the MCP Postgres Server.
    ISC
  • Retrieves slow or resource-intensive queries from pg_stat_statements. Rank by total time, mean time, or resource usage and adjust result count.
    MIT
  • Identify slow or resource-intensive PostgreSQL queries using pg_stat_statements data to optimize database performance and troubleshoot bottlenecks.
    MIT
  • Analyze SQL query execution plans to understand database performance, optimize queries, and simulate index changes for PostgreSQL databases.
    MIT