← Back to Plugins
MCP Server MCP

PostgreSQL MCP Server

github By github 👁 1 views ▲ 0 votes

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

Homepage Verified source GitHub

Install

npx -y @itunified.io/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@itunified.io/mcp-postgres",
      "version": "2026.4.10-1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection string (e.g. postgresql://user:pass@host:5432/db)",
          "name": "POSTGRES_CONNECTION_STRING"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...