MCP Catalogs
首页

aura vs time

并排对比,帮你在这两个 MCP server 之间做选择。

aura
by mezmo
time
by modelcontextprotocol
Stars★ 63★ 85,748
30天用量
综合分4677
官方
分类
AI / LLM 工具开发者工具效率工具
效率工具开发者工具沟通协作
实现语言RustTypeScript
最近提交本月本月

aura · 概述

Aura 是一个生产就绪的 AI 框架,集成了 MCP 工具、RAG 管道和 OpenAI 兼容 API。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

aura · 使用场景

  • 构建具有专业化工作智能体的多智能体 AI 系统
  • 创建具有 MCP 工具集成生产就绪的聊天应用
  • 为知识增强型 AI 助手实现 RAG 管道

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

aura · 安装

安装步骤

  1. 安装 Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. 克隆并配置:
git clone https://github.com/mezmo/aura
cd aura
cp examples/reference.toml config.toml
  1. 设置所需的环境变量:
export OPENAI_API_KEY="your-api-key"
  1. 构建:
cargo build --release
  1. 运行 Web 服务器:
cargo run --bin aura-web-server

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。