time vs lumen
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | lumen by ory | |
|---|---|---|
| Stars | ★ 85,748 | ★ 190 |
| 30天用量 | — | — |
| 综合分 | 77 | 51 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 开发者工具AI / LLM 工具搜索 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 本月 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
lumen · 概述
本地语义代码搜索引擎,可将AI代理的令牌使用减少高达66%。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
lumen · 使用场景
- 增强 Claude Code、Cursor、Codex 和 OpenCode 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"]
}
}
}lumen · 安装
安装
Claude Code
/plugin marketplace add ory/claude-plugins
/plugin install lumen@ory通过启动新的 Claude 会话并运行 /lumen:doctor 来验证。
Cursor
Lumen 提供 Cursor 插件包。使用 .cursor-plugin/ 目录中的包通过 Cursor 的插件安装流程。
Codex
codecodex mcp add lumen -- "${CODEX_HOME:-$HOME/.codex}/lumen/scripts/run" stdioOpenCode
将 @ory/lumen-opencode 添加到您 opencode.json 中的插件数组中:
{
"plugin": ["@ory/lumen-opencode"]
}