Skip to main content
Glama
yanxxcloud

PostgreSQL MCP Server (Read-Write)

by yanxxcloud

Related Servers

Alternatives to PostgreSQL MCP Server (Read-Write)

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      F
      maintenance
      Enables interaction with PostgreSQL databases through MCP, supporting queries, DDL, DML, and schema inspection.
      6
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables natural language interaction with PostgreSQL databases via MCP, supporting database exploration, schema listing, and SQL queries with profile-based connections.
      7
      7 npm
      ISC
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI assistants to securely interact with PostgreSQL databases through a standardized MCP interface, supporting SQL queries, schema inspection, and database management.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to interact with PostgreSQL databases through MCP, offering index tuning, query plan analysis, schema intelligence, health checks, and safe SQL execution, with support for multiple databases.
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables querying and modifying PostgreSQL databases through MCP tools with read/write operations, schema inspection, and write-safety constraints that limit modifications to the mcp schema.
      1
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables SQL queries against PostgreSQL databases through MCP-compatible clients and includes a natural language agent for forming SQL queries from natural language.
      230
      PostgreSQL

    TDQS

    A3.5/5.0

    Scored across 6 tools

    Disambiguation3/5

    The specialized tools (query, insert, update, delete, execute_ddl) each map to distinct SQL operations, but the generic execute tool can perform any of these operations, creating overlap and making tool selection less clear.

    Naming Consistency4/5

    Most tools use a simple verb form (query, insert, update, delete, execute), while execute_ddl uses a verb_noun pattern. This is a minor inconsistency but the naming is still predictable.

    Tool Count5/5

    Six tools is an appropriate scope for a PostgreSQL read-write server, providing dedicated operations without bloat.

    Completeness5/5

    The surface covers all core SQL operations (SELECT, INSERT, UPDATE, DELETE, DDL) plus a generic escape hatch for arbitrary SQL, so there are no obvious gaps.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues