modelcontextprotocol/server-postgres
PostgreSQL database integration with schema inspection and query capabilities
Quick Start
Clone the repository:
git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgresClaude Desktop configuration example:
{
"mcpServers": {
"modelcontextprotocol-servers-archived-2": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/server-postgres"
]
}
}
}Check the repository README for specific installation and configuration instructions.