codemesh vs time
并排对比,帮你在这两个 MCP server 之间做选择。
codemesh by kiliman | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 41 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 7 个月前 | 本月 |
codemesh · 概述
CodeMesh是一个自改进的MCP服务器,让AI代理通过TypeScript代码编排多个MCP服务器。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
codemesh · 使用场景
- 协调多个MCP服务器以单个提示完成复杂任务
- 通过重复使用自动记录和改进工具输出
- 创建能够高效编排不同服务的专业代理
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
codemesh · 安装
安装
- 将CodeMesh添加到Claude Desktop
claude mcp add codemesh npx -y codemesh或手动添加到Claude Desktop MCP设置中:
{
"mcpServers": {
"codemesh": {
"command": "npx",
"args": ["-y", "codemesh"]
}
}
}- 创建配置文件
在项目目录中创建.codemesh/config.json文件,配置CodeMesh应连接哪些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"]
}
}
}