heimdall-mcp-server vs time
并排对比,帮你在这两个 MCP server 之间做选择。
heimdall-mcp-server by lcbcFoo | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 104 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具知识库 / RAG | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 8 个月前 | 本月 |
heimdall-mcp-server · 概述
Heimdall MCP 服务器通过索引文档和 Git 历史记录为 AI 编程助手提供持久记忆。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
heimdall-mcp-server · 使用场景
- 为 AI 编程助手提供跨多个会话的持久记忆
- 从先前工作中检索相关代码解决方案和架构模式
- 自动使用代码变更和提交更新 AI 知识库
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
heimdall-mcp-server · 安装
pip install heimdall-mcp
# 初始化项目
heimdall project init
# 对于 Claude Desktop,添加到 config.json:
{
"mcpServers": {
"heimdall": {
"command": "python",
"args": ["-m", "heimdall.mcp"]
}
}
}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"]
}
}
}