Postgres MCP server
Read-only SQL queries against a Postgres database.
How it runs
Postgres is a stdio MCP server. mcpfold launches it with:
npx -y @modelcontextprotocol/server-postgresAdd to your config
mcpfold add @modelcontextprotocol/server-postgresNeeds a token — mcpfold stores it as a reference (${env:DATABASE_URL}), never a value.
Listed for convenience; mcpfold is not affiliated with or endorsed by this project.