Skip to main content
DatabasesGo

subnetmarco/pgmcp

Natural language PostgreSQL queries with automatic streaming, read-only safety, and universal database compatibility.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/subnetmarco/pgmcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "pgmcp": {
      "command": "npx",
      "args": [
        "-y",
        "subnetmarco/pgmcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Go
Author
subnetmarco