MCP Catalogs
Home

Audrey vs time

Side-by-side comparison to help you pick between these two MCP servers.

Audrey
by Evilander
time
by modelcontextprotocol
Stars★ 23★ 85,748
30d uses
Score4377
Official
Categories
AI / LLM ToolsDeveloper ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last committhis monththis month

Audrey · Summary

Persistent memory engine for AI agents with MCP integration and REST API.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

Audrey · Use cases

  • Preventing AI agents from repeating previous mistakes by storing and recalling failures
  • Providing persistent context across sessions for AI development tools
  • Acting as a memory layer for custom AI agents with preflight action checking

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

Audrey · Install

# Install via npm
npm install -g audrey

# Basic setup
npx audrey doctor

# Install for Claude Code
npx audrey install --host claude-code

# Verify installation
claude mcp list

For Claude Desktop, add the following to your claude_desktop_config.json:

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

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.