MCP Catalogs
首页

kept vs time

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

kept
by egroup-labs
time
by modelcontextprotocol
Stars★ 83★ 85,748
30天用量
综合分4877
官方
分类
本地文件系统知识库 / RAG效率工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

kept · 概述

Kept 是一个 MCP 服务器,将 AI 对话管理为本地保险库中的可搜索 Markdown 文件。

time · 概述

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

kept · 使用场景

  • 在编码工作流程中搜索和重用过去的 AI 对话
  • 维护 AI 交互的个人知识图谱
  • 归档和整理来自 AI 助手的笔记

time · 使用场景

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

kept · 安装

安装

桌面应用

快速安装:

# macOS/Linux
curl -fsSL https://kept.work/install.sh | bash

# Windows PowerShell
irm https://github.com/egroup-labs/kept/releases/latest/download/install.ps1 | iex

MCP 服务器

# macOS/Linux
bash <(curl -fsSL https://raw.githubusercontent.com/egroup-labs/kept/main/scripts/install-kept-mcp.sh)

# Windows PowerShell
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/egroup-labs/kept/main/scripts/install-kept-mcp.ps1)))

Claude Desktop

添加到 claude_desktop_config.json

{
  "mcpServers": {
    "kept-vault": {
      "command": "npx",
      "args": ["@kept-plugins/kept-vault"]
    }
  }
}

如果您的保险库不在 ~/.kept/vault,请设置 KEPT_VAULT_PATH 环境变量。

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。