AgentRecall-MCP vs time
并排对比,帮你在这两个 MCP server 之间做选择。
AgentRecall-MCP by Goldentrii | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 252 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 51 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
AgentRecall-MCP · 概述
AgentRecall 提供 AI 会话记忆功能,通过思考-执行-反思循环实现 AI 代理的持久记忆和积累学习。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
AgentRecall-MCP · 使用场景
- 为跨多个会话工作的 AI 代理提供持久记忆
- 使用 Claude 或类似 AI 工具的开发团队的知识管理
- 从 Claude AutoMemory 等现有记忆系统引导导入
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
AgentRecall-MCP · 安装
安装
- 通过 npm 安装 MCP 服务器:
npm install -g agent-recall-mcp- 添加到 Claude Desktop 配置:
{
"mcpServers": {
"agent-recall": {
"command": "npx",
"args": ["agent-recall-mcp"]
}
}
}- 运行
/arbootstrap导入现有记忆系统和项目。
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"]
}
}
}