MCP Catalogs
首页

Audrey vs time

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

Audrey
by Evilander
time
by modelcontextprotocol
Stars★ 23★ 85,748
30天用量
综合分4377
官方
分类
AI / LLM 工具开发者工具知识库 / RAG
效率工具开发者工具沟通协作
实现语言JavaScriptTypeScript
最近提交本月本月

Audrey · 概述

为 AI 代理提供持久化记忆引擎,具有 MCP 集成和 REST API。

time · 概述

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

Audrey · 使用场景

  • 通过存储和回忆失败来防止 AI 代理重复之前的错误
  • 为 AI 开发工具提供跨会话的持久化上下文
  • 作为自定义 AI 代理的内存层,执行操作前的预检查

time · 使用场景

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

Audrey · 安装

# 通过 npm 安装
npm install -g audrey

# 基本设置
npx audrey doctor

# 为 Claude Code 安装
npx audrey install --host claude-code

# 验证安装
claude mcp list

对于 Claude Desktop,将以下内容添加到您的 claude_desktop_config.json

{
  "mcpServers": {
    "audrey": {
      "command": "npx",
      "args": ["audrey", "mcp-config", "generic"]
    }
  }
}

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 公开数据自动生成,定期更新。