Skip to main content
Glama
chenkumi

easy-pg-admin-mcp

by chenkumi

Related Servers

Alternatives to easy-pg-admin-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides a read-only PostgreSQL MCP server with schema introspection. Enforces least-privilege database roles to prevent any writes, even from malicious SQL.
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server that exposes PostgreSQL database operations via psycopg2, including connection management, query execution, and transaction control.
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Local MCP server for safe querying and inspecting PostgreSQL databases, with write and maintenance operations disabled by default.
      8
      52 npm
      1
      ISC
    • A
      license
      A
      quality
      C
      maintenance
      Full-featured MCP server that exposes 36 tools for interacting with PostgreSQL databases, covering schema introspection, query execution, data exploration, performance monitoring, security auditing, and maintenance.
      36
      4 npm
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for PostgreSQL, providing schema discovery, catalog introspection, read-only querying, and optional safe write operations to AI assistants.
      91 npm
      PolyForm Noncommercial 1.0.0
    • A
      license
      Not graded
      quality
      C
      maintenance
      A Python MCP 2.0 server for self-hosted PostgreSQL instances, providing schema/relation discovery, SQL query and controlled transactional execution tools with security features like read-only transactions, role hardening guidance, and optional human approval for write commands.
      MIT

    TDQS

    B3.1/5.0

    Scored across 17 tools

    Disambiguation5/5

    Each tool targets a distinct action on either databases or roles, with clear descriptions that prevent overlap. For example, pg_grant_privileges and pg_grant_role are explicitly different operations.

    Naming Consistency5/5

    All tools follow the consistent pattern 'pg_verb_noun' (e.g., pg_create_database, pg_drop_role). The naming is uniform and predictable.

    Tool Count5/5

    With 17 tools covering database and role CRUD, grants, and listings, the count matches the domain well. Each tool serves a specific purpose without unnecessary overlap.

    Completeness4/5

    The set covers essential PostgreSQL admin tasks: create, drop (with confirmation), list, alter, and grant/revoke for both databases and roles. Minor gaps like renaming or altering database properties other than owner are absent but acceptable for an 'easy' admin tool.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues