predictive-maintenance-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
predictive-maintenance-mcp by LGDiMaggio | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 38 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 46 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具可观测性 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 本月 | 本月 |
predictive-maintenance-mcp · 概述
MCP 服务器让AI助手能够分析振动数据、检测机械故障并生成诊断报告。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
predictive-maintenance-mcp · 使用场景
- 机械健康状况监测中的振动信号分析
- 轴承故障检测和严重性评估
- 为维护团队自动生成诊断报告
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
predictive-maintenance-mcp · 安装
pip install predictive-maintenance-mcp对于 Claude Desktop,添加到您的配置中:
{
"mcpServers": {
"predictive-maintenance": {
"command": "/uvx 的完整路径",
"args": ["predictive-maintenance-mcp"],
"env": { "UV_LINK_MODE": "copy" }
}
}
}Windows 用户可以运行安装脚本:
git clone https://github.com/LGDiMaggio/predictive-maintenance-mcp.git
cd predictive-maintenance-mcp
.\setup_claude.ps1time · 安装
安装选项
**使用 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"]
}
}
}