Skip to content

Postgres

Free

by MCP Community

Apono MCP server for PostgreSQL databases with JIT credential support

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

Postgres MCP Server

Apono MCP server for PostgreSQL databases with JIT credential support

Installation

Reviews

Leave a Review

Installation

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