MCP.so
ログイン

PostgreSQL

@modelcontextprotocol

PostgreSQL について

Model Context Protocol Servers

基本情報

カテゴリ

データベース

ライセンス

NOASSERTION

ランタイム

node

トランスポート

stdio

公開者

modelcontextprotocol

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-postgres",
        "postgresql://localhost/mydb"
      ]
    }
  }
}

ツール

1

Run a read-only SQL query

概要

What is PostgreSQL?

How to use PostgreSQL?

Key features of PostgreSQL

Use cases of PostgreSQL

FAQ from PostgreSQL

コメント

「データベース」の他のコンテンツ