time vs mcp-monitor
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | mcp-monitor by seekrays | |
|---|---|---|
| Stars | ★ 85,748 | ★ 82 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 可观测性开发者工具运维基建 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 10 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-monitor · 概述
基于Go的MCP服务器,可监控CPU、内存、磁盘、网络和进程等系统指标。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-monitor · 使用场景
- LLM助手在不切换到终端的情况下监控系统健康
- 通过对话式AI环境进行服务器指标的自动报告
- DevOps集成,通过AI接口进行实时系统诊断
time · 安装
安装选项
**使用 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"]
}
}
}mcp-monitor · 安装
# 从源码构建
git clone https://github.com/seekrays/mcp-monitor.git
cd mcp-monitor
make build
# 运行服务器
./mcp-monitor在Claude Desktop的config.json中添加:
{
"mcpServers": {
"system-monitor": {
"command": "mcp-monitor的路径"
}
}
}