Skip to content

Conversation

tybalex
Copy link

@tybalex tybalex commented Jul 29, 2025

I realized that the PYPI package https://pypi.org/project/postgres-mcp/ exists(and is up tp date).
Thus config with uvx actually works although not mentioned in the Readme. example:

"postgres": {
      "command": "uvx",
      "args": [
        "postgres-mcp",
        "--access-mode=unrestricted"
      ],
      "env": {
        "DATABASE_URI": "postgres://user:password@localhost:5432/proxy"
      }
    }

So here is a PR to add it to README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant