Skip to content

Postgres Ssh

Free

by MCP Community

MCP server for Postgres (with SSH tunnel support)

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

Postgres Ssh MCP Server

MCP server for Postgres (with SSH tunnel support)

Installation

Reviews

Leave a Review

Installation

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