MCP-PostgreSQL-Ops vs time
并排对比,帮你在这两个 MCP server 之间做选择。
MCP-PostgreSQL-Ops by call518 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 149 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 数据库开发者工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 本月 | 本月 |
MCP-PostgreSQL-Ops · 概述
功能全面的 MCP 服务器,提供 30 多种 PostgreSQL 数据库管理工具,支持性能分析、膨胀检测和监控。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
MCP-PostgreSQL-Ops · 使用场景
- AI 助手监控 PostgreSQL 数据库健康状态和性能
- 数据库管理员分析表膨胀和维护需求
- 开发团队调查慢查询和优化机会
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
MCP-PostgreSQL-Ops · 安装
安装
- 通过 PyPI 安装:
pip install mcp-postgresql-ops- 启动服务器:
mcp-server-postgresql-ops- 在 Claude Desktop 中配置(添加到 claude_desktop_config.json):
{
"mcpServers": {
"postgresql-ops": {
"command": "mcp-server-postgresql-ops",
"args": []
}
}
}- 或使用 Docker Compose:
git clone https://github.com/call518/MCP-PostgreSQL-Ops.git
cd MCP-PostgreSQL-ops
docker-compose up -dtime · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}