Databases
Trust: 25/100 (Limited)io.github.martymarkenson/postgres-connector Guide
MCP server for querying PostgreSQL databases
Quick Start
Install
npx postgres-connectorClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-martymarkenson-postgres-connector": {
"command": "npx",
"args": [
"postgres-connector"
]
}
}
}