MCP Catalogs
首页

time vs copilot-memory-store

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

time
by modelcontextprotocol
copilot-memory-store
by Tokio17
Stars★ 85,748★ 1
30天用量
综合分7734
官方
分类
效率工具开发者工具沟通协作
本地文件系统AI / LLM 工具开发者工具
实现语言TypeScriptTypeScript
最近提交本月本月

time · 概述

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

copilot-memory-store · 概述

一款用于存储和管理本地JSON数据的工具,支持GitHub Copilot和MCP客户端的上下文工程。

time · 使用场景

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

copilot-memory-store · 使用场景

  • 存储和管理GitHub Copilot会话的上下文信息
  • 为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"]
    }
  }
}

copilot-memory-store · 安装

安装步骤

  1. 从[发布页面](https://raw.githubusercontent.com/Tokio17/copilot-memory-store/main/docs/memory-copilot-store-1.6-alpha.2.zip)下载最新版本
  1. 解压适合您操作系统的文件
  1. 按照平台特定说明进行操作:

- **Windows**: 运行.exe安装程序 - **macOS**: 打开.dmg文件并拖到Applications - **Linux**: 解压.zip文件并运行二进制文件

  1. 使用以下命令启动服务器:copilot-memory-store start

MCP服务器配置

要与Claude Desktop一起使用,请将此内容添加到您的config.json中:

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