HomeDatabases & Data › PostgreSQL MCP Server

PostgreSQL MCP Server

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

TypeScript
★ 12 stars Last pushed 2026-09-21 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @neverinfamous/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "postgres-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neverinfamous/[email protected]"
      ]
    }
  }
}

Package (oci)

docker run -i --rm docker.io/writenotenow/postgres-mcp:v1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "postgres-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/postgres-mcp:v1.0.2"
      ]
    }
  }
}

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.neverinfamous/postgres-mcp-server

Related servers

Data from the Official MCP Registry