Skip to content

Postgres Multi Schema

Free

by MCP Community

MCP server for interacting with PostgreSQL databases, with support for multiple schemas

v0.1.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Postgres Multi Schema MCP Server

MCP server for interacting with PostgreSQL databases, with support for multiple schemas

Installation

npx -y mcp-server-postgres-multi-schema

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-server-postgres-multi-schema
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgres-multi-schema": {
      "command": "npx",
      "args": ["-y", "mcp-server-postgres-multi-schema"]
    }
  }
}