fluid-postgres-mcp

povesma/fluid-postgres-mcp
★ 0 stars Python 🗄️ Database Updated today
Postgres MCP server focused on connection stability and flexibility of configuration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fluid-postgres-mcp": {
      "command": "uvx",
      "args": [
        "fluid-postgres-mcp"
      ]
    }
  }
}

Or install with pip: pip install fluid-postgres-mcp

README Excerpt

A PostgreSQL [MCP](https://modelcontextprotocol.io/) server for AI agents. Streams large result sets to CSV, enforces per-query timeouts, auto-reconnects with backoff, and supports long-running tunnel scripts (e.g. AWS SSM port-forwarding) with credential rotation. Fork of [crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp).

Tools (1)

stdio