Skip to content

PostgreSQL (Official)

Free

by MCP Community

Read-only access to PostgreSQL databases with schema inspection and query execution.

v1.0.2Added Dec 1, 2024
postgressqldatabase
Works with:ClaudeGPTGeminiCopilot

PostgreSQL MCP Server

Read-only access to PostgreSQL databases with schema inspection and query execution.

Features

  • Schema Inspection
  • Query Execution
  • Data Analysis
  • Multiple Databases

Installation

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

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-postgres
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgresql-(official)": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres"]
    }
  }
}