MCP Catalogs
首页

code-context-engine vs time

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

code-context-engine
by elara-labs
time
by modelcontextprotocol
Stars★ 120★ 85,748
30天用量
综合分4777
官方
分类
开发者工具AI / LLM 工具效率工具
效率工具开发者工具沟通协作
实现语言PythonTypeScript
最近提交本月本月

code-context-engine · 概述

本地 MCP 服务器,通过语义搜索和压缩将代码库索引,减少 94% 的 AI 消耗。

time · 概述

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

code-context-engine · 使用场景

  • 将 Claude Code 和其他 AI 编码助手的成本降低高达 94%
  • 为 AI 编码代理维护跨会话记忆和上下文
  • 通过本地索引而非云解决方案保持代码私密性

time · 使用场景

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

code-context-engine · 安装

# 使用 uv 安装
uv tool install code-context-engine

# 或使用 pipx
pipx install code-context-engine

# 初始化你的项目
cd /path/to/your/project
cce init                              # 或者:cce init --agent all

对于 Claude Desktop 集成,添加到 Claude Desktop 配置:

{
  "mcpServers": {
    "code-context-engine": {
      "command": "uv",
      "args": ["run", "code-context-engine", "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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。