Back to MCP Servers
Pgmcp
Natural language PostgreSQL queries with automatic streaming, read-only safety, and universal database compatibility.
databasespostgres
By subnetmarco
Installation
npx -y pgmcpConfiguration
{
"mcpServers": {
"pgmcp": {
"command": "npx",
"args": ["-y", "pgmcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes