Connects Claude directly to your PostgreSQL databases for querying and data operations. You'd reach for this when you want Claude to explore schemas, run SELECT queries, or pull data for analysis without writing custom integration code. The specifics of what operations are exposed aren't detailed in the source, but given the name and description, expect standard database query functionality over stdio transport. Useful for ad hoc data exploration, generating reports from your Postgres data, or letting Claude help debug database issues by examining table structures and contents directly.
claude mcp add --transport stdio io.github.martymarkenson-postgres-connector -- npx -y postgres-connector