cosmotop vs time
并排对比,帮你在这两个 MCP server 之间做选择。
cosmotop by bjia56 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 67 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | 可观测性开发者工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | C++ | TypeScript |
| 最近提交 | 本月 | 本月 |
cosmotop · 概述
多平台系统监控工具,通过MCP服务器模式提供系统指标访问。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
cosmotop · 使用场景
- 需要实时系统信息进行故障排除或优化的AI助手
- 需要跨不同环境监控系统健康状况的自动化工作流
- 将系统指标集成到AI驱动仪表板解决方案的开发团队
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
cosmotop · 安装
安装
直接下载
从[GitHub releases](https://github.com/bjia56/cosmotop/releases/latest)下载预构建的二进制文件并直接运行。
Homebrew
brew tap bjia56/tap
brew install cosmotopDocker
docker run -it --rm --net=host --pid=host ghcr.io/bjia56/cosmotop:latestMCP服务器设置
与Claude Desktop一起使用时,添加到Claude Desktop配置:
{
"mcpServers": {
"cosmotop": {
"command": "cosmotop的路径",
"args": ["--mcp"]
}
}
}从源码构建
按照README中的说明使用CMake和Cosmopolitan Libc进行构建。
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"]
}
}
}