Skip to main content
DatabasesTypeScript

modelcontextprotocol/server-postgres

PostgreSQL database integration with schema inspection and query capabilities

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres

Claude 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.

Details

Category
Databases
Language
TypeScript
Author
modelcontextprotocol