Back to directory
divyanshu-vashu/mcp-server-pg

divyanshu-vashu/mcp-server-pg

@divyanshu-vashu

A Model Context Protocol server that provides read-only access to PostgreSQL databases

postgresqldatabasemcp-serverread-onlyllmquery

Installation & Configuration

{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17