Back to Browse

Postgres MCP Server

Data & AnalyticsModerate5.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

PostgreSQL MCP — query databases, inspect schemas, explain queries.

About

PostgreSQL MCP — query databases, inspect schemas, explain queries.

Security Report

5.5
Moderate5.5Moderate Risk

A well-architected PostgreSQL MCP server with strong security fundamentals. Authentication is properly delegated to PostgreSQL (via DATABASE_URL or per-call connectionString), write operations are read-only by default with explicit opt-in, and input handling is sound. Minor code quality observations exist but do not constitute security risks. Permissions align well with stated purpose for a data analytics database tool. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

7 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ofershap-postgres": {
      "args": [
        "-y",
        "mcp-pg-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!