MCP Catalogs
首页

time vs robotmem

并排对比,帮你在这两个 MCP server 之间做选择。

time
by modelcontextprotocol
robotmem
by robotmem
Stars★ 85,748★ 24
30天用量
综合分7743
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具数据库
实现语言TypeScriptPython
最近提交本月2 个月前

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

robotmem · 概述

机器人记忆系统 - 为AI机器人提供持久化记忆,支持MCP服务器、混合搜索和空间检索功能。

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

robotmem · 使用场景

  • 机器人从物理经验和失败中学习
  • 利用空间记忆检索进行自主导航
  • 机器人操作任务参数优化

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"]
    }
  }
}

robotmem · 安装

通过pip安装robotmem:

pip install robotmem

要用于Claude Desktop,请添加到claude_desktop_config.json

{
  "mcpServers": {
    "robotmem": {
      "command": "python",
      "args": ["-m", "robotmem", "mcp"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。