cross-code-organizer vs time
并排对比,帮你在这两个 MCP server 之间做选择。
cross-code-organizer by mcpware | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 318 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 50 | 77 |
| 官方 | — | ✓ |
| 分类 | 开发者工具AI / LLM 工具安全 | 效率工具开发者工具沟通协作 |
| 实现语言 | JavaScript | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
cross-code-organizer · 概述
跨平台AI编程工具配置面板,支持Claude Code和Codex CLI,具备MCP服务器管理功能。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
cross-code-organizer · 使用场景
- 跨多个AI编程项目管理MCP服务器
- 识别和删除重复记忆与配置
- 扫描可能包含隐藏指令的受损MCP服务器
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
cross-code-organizer · 安装
安装
- 使用npx直接运行:
npx @mcpware/cross-code-organizer
- 对于Claude Desktop集成:
{
"mcpServers": {
"cross-code-organizer": {
"command": "npx",
"args": ["@mcpware/cross-code-organizer"]
}
}
}首次运行会自动为Claude Code安装/cco技能。Codex用户可以直接运行相同的npx命令,然后从侧边栏切换工具。
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"]
}
}
}