remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Supports environment variable configuration via .env files for storing database connection details and API keys.
Provides Docker support for containerized deployment through Docker Compose, simplifying installation and environment setup.
Provides tools for connecting to, querying, and exploring PostgreSQL databases, including schema discovery, query execution, and analysis of execution plans.
pg-mcp
This repository hosts the static documentation site for pg-mcp-server
, available live at:
👉 https://stuzero.github.io/pg-mcp/
If you're looking for the source code for pg-mcp-server
, it's been moved to:
🔗 https://github.com/stuzero/pg-mcp-server
pg-mcp-client
can be found here:
This server cannot be installed
PG-MCP is an HTTP server implementation that enables AI systems to interact with PostgreSQL databases via MCP, providing tools for querying, connecting to multiple databases, and exploring schema resources. The system enriches context by extracting table/column description from database catalogs.