Postgres Ssh
Freeby MCP Community
MCP server for Postgres (with SSH tunnel support)
v0.1.3Added Apr 12, 2026
mcpclaudepostgresssh
Postgres Ssh MCP Server
MCP server for Postgres (with SSH tunnel support)
Installation
Reviews
Installation
Quick install
npx -y postgres-ssh-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres-ssh": {
"command": "npx",
"args": ["-y", "postgres-ssh-mcp"]
}
}
}