MCP.so
登录
服务器

PostgreSQL Model Context Protocol (PG-MCP) Server

@tanster1234

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp_server_postgres": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

来自「数据库」的更多内容