databases

Server Postgres

PostgreSQL database integration with schema inspection and query capabilities

typescript
local
databases
0
View on GitHub

Installation

npx -y modelcontextprotocol/server-postgres

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "server-postgres",
  "command": "npx",
  "args": [
    "-y",
    "modelcontextprotocol/server-postgres"
  ]
}

About This MCP Server

modelcontextprotocol/server-postgres

PostgreSQL database integration with schema inspection and query capabilities

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub
modelcontextprotocol/server-postgres