tokio-prompt-orchestrator vs time
并排对比,帮你在这两个 MCP server 之间做选择。
tokio-prompt-orchestrator by Mattbusel | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 55 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 45 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具运维基建 | 效率工具开发者工具沟通协作 |
| 实现语言 | Rust | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
tokio-prompt-orchestrator · 概述
支持MCP服务器的多核Tokio LLM管道编排系统。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
tokio-prompt-orchestrator · 使用场景
- 企业级 LLM API 编排,支持提供商故障转移和成本优化
- 具有提示注入保护和请求去重的生产 LLM 服务
- 多模型部署,支持负载均衡和自适应工作池调整
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
tokio-prompt-orchestrator · 安装
添加到您的 Cargo.toml:
tokio-prompt-orchestrator = "1.9"对于 Claude Desktop MCP 集成,添加到 claude_desktop_config.json:
{
"mcpServers": {
"tokio-prompt-orchestrator": {
"command": "cargo",
"args": ["run", "--release", "--package", "tokio-prompt-orchestrator", "--", "--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"]
}
}
}