Integrations
Required runtime environment for the MCP server, enabling the execution of database management operations through a Node.js application.
Provides PostgreSQL database management capabilities, including analyzing existing PostgreSQL setups, implementation guidance, debugging database issues, managing schemas, migrating data, and monitoring database performance.
PostgreSQL MCP サーバー
PostgreSQLデータベースへの直接クエリ実行機能を提供するモデルコンテキストプロトコル(MCP)サーバーです。このサーバーは、パラメータ化されたクエリと設定可能なタイムアウトをサポートし、PostgreSQLデータベースに対するカスタムSQLクエリ実行を可能にします。このプロジェクトは、Cursor IDEで使用するために特別に設計されています。
前提条件
- Node.js >= 18.0.0
- PostgreSQL サーバー (ターゲット データベース操作用)
- 対象のPostgreSQLインスタンスへのネットワークアクセス
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の PostgreSQL データベース クエリ サーバーを自動的にインストールするには:
手動インストール
- リポジトリをクローンする
- 依存関係をインストールします:Copy
- サーバーを構築します。Copy
- MCP 設定ファイルに追加:Copy
発達
npm run dev
- ホットリロードで開発サーバーを起動するnpm run lint
- ESLint を実行するnpm test
- テストを実行する
セキュリティに関する考慮事項
- 接続セキュリティ
- 接続プールを使用する
- 接続タイムアウトを実装する
- 接続文字列を検証する
- SSL/TLS接続をサポート
貢献
- リポジトリをフォークする
- 機能ブランチを作成する
- 変更をコミットする
- ブランチにプッシュする
- プルリクエストを作成する
This server cannot be installed
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.
セットアップの分析、問題のデバッグ、スキーマの管理、データの移行、パフォーマンスの監視のために PostgreSQL データベースとの対話を可能にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server providing both read and write access to PostgreSQL databases, enabling LLMs to query data, modify records, and manage database schemas.Last updated -4JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables powerful PostgreSQL database management capabilities including analysis, schema management, data migration, and monitoring through natural language interactions.Last updated -619TypeScriptAGPL 3.0
- -security-license-qualityA Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.Last updated -Python
- -securityFlicense-qualityA Model Context Protocol server that provides tools for interacting with databases, including PostgreSQL, DuckDB, and Google Cloud Storage Parquet files.Last updated -2TypeScript