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
このリポジトリは、次の場所でライブで利用可能なpg-mcp-server
の静的ドキュメント サイトをホストします。
👉 https://stuzero.github.io/pg-mcp/
pg-mcp-server
のソースコードをお探しの場合は、次の場所に移動されています。
🔗 https://github.com/stuzero/pg-mcp-server
pg-mcp-client
次の場所にあります:
This server cannot be installed
PG-MCPは、AIシステムがMCPを介してPostgreSQLデータベースと対話できるようにするHTTPサーバー実装であり、クエリの実行、複数のデータベースへの接続、スキーマリソースの探索のためのツールを提供します。このシステムは、データベースカタログからテーブル/列の説明を抽出することで、コンテキストを拡充します。