subnetmarco/pgmcp
Natural language PostgreSQL queries with automatic streaming, read-only safety, and universal database compatibility.
Quick Start
Clone the repository:
git clone https://github.com/subnetmarco/pgmcpClaude Desktop configuration example:
{
"mcpServers": {
"pgmcp": {
"command": "npx",
"args": [
"-y",
"subnetmarco/pgmcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.