PostgreSQL服务器
提供PostgreSQL数据库访问功能,支持查询、更新等操作
750
Stars95
Forks8
浏览0
下载详细说明
PostgreSQL Server
这是一个MCP PostgreSQL服务器,为AI助手提供数据库访问能力。
功能特性
- 执行SQL查询
- 数据库连接管理
- 表结构查询
- 数据插入和更新
- 事务支持
使用场景
- 数据分析
- 报表生成
- 数据管理
- 业务逻辑处理
配置
需要数据库连接字符串。
安装命令
npx @modelcontextprotocol/server-postgres "postgresql://user:password@localhost:5432/dbname"
技能信息
- 分类: 🗄️ 数据库
- Author: ModelContextProtocol
- License: MIT
- 来源: Github
- 创建时间: 2026-04-06
- 更新时间: 2026-04-16
Quick Install
Install this MCP server using npx:
npx @modelcontextprotocol/server-postgres