MCP Catalogs
首页

time vs remind

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

time
by modelcontextprotocol
remind
by sandst1
Stars★ 85,748★ 78
30天用量
综合分7746
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具知识库 / RAG开发者工具
实现语言TypeScriptPython
最近提交本月本月

time · 概述

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

remind · 概述

Remind 是一个 AI 智能体记忆层,提取和保留概念化知识而非简单文本。

time · 使用场景

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

remind · 使用场景

  • 开发团队使用 AI 编码助手管理项目记忆
  • 通过整合和跨会话回忆信息进行研究辅助
  • AI 驱动工作流程的个人知识管理

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

remind · 安装

# 安装包
pip install remind-mcp

# 启动 MCP 服务器
remind-mcp --port 8765

配置 Claude Desktop:

{
  "mcpServers": {
    "remind": {
      "url": "http://127.0.0.1:8765/sse?db=my-project"
    }
  }
}

可选,安装额外功能:

pip install "remind-mcp[postgres]"  # PostgreSQL 支持
pip install "remind-mcp[rerank]"   # 跨编码器重新排序
对比内容由 README + GitHub 公开数据自动生成,定期更新。