wren-engine vs time
并排对比,帮你在这两个 MCP server 之间做选择。
wren-engine by Canner | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 661 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 53 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具数据库开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Java | TypeScript |
| 最近提交 | 本月 | 本月 |
wren-engine · 概述
为AI代理提供的开放上下文引擎,在数据源之上提供业务上下文和语义层。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
wren-engine · 使用场景
- 使用可信业务定义进行自然语言分析
- 能够回答跨受管企业数据问题的AI副驾驶
- 需要真实业务上下文而非仅模式转储的代码助手
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
wren-engine · 安装
安装
通过MCP
- 克隆仓库:
git clone https://github.com/Canner/wren-engine - 进入MCP服务器目录:
cd wren-engine/mcp-server - 遵循README中的设置说明
通过AI代理
- 按照[安装指南](https://docs.getwren.ai/oss/engine/get_started/installation)
- 使用[jaffle_shop示例](https://docs.getwren.ai/oss/engine/get_started/quickstart)进行快速启动
Claude Desktop配置
添加到您的Claude Desktop config.json:
{
"mcpServers": {
"wren": {
"command": "uv",
"args": ["run", "mcp-server", "serve"],
"env": {
"WREN_ENGINE_PATH": "/path/to/wren-engine"
}
}
}
}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"]
}
}
}