Postgres
Freeby MCP Community
Apono MCP server for PostgreSQL databases with JIT credential support
v0.1.1Added Apr 12, 2026
Postgres MCP Server
Apono MCP server for PostgreSQL databases with JIT credential support
Installation
Reviews
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"]
}
}
}