beta

PostgreSQL MCP Server Config

MCP Servers

MCP server configuration for read-only PostgreSQL database access.

1803/26/2026

Version 1

Published

Initial version

Created 3/26/2026

Initial version — no previous version to compare

MCP Server Config
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/mydb"],
      "env": {}
    }
  }
}