MCP Catalogs
Home

AgentRecall-MCP vs time

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

AgentRecall-MCP
by Goldentrii
time
by modelcontextprotocol
Stars★ 252★ 85,748
30d uses
Score5177
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

AgentRecall-MCP · Summary

AgentRecall provides AI session memory with Think-Execute-Reflect quality loops to enable persistent, compounding memory for AI agents.

time · Summary

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

AgentRecall-MCP · Use cases

  • Persistent memory for AI agents working across multiple sessions
  • Knowledge management for development teams using Claude or similar AI tools
  • Bootstrap import from existing memory systems like Claude AutoMemory

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

AgentRecall-MCP · Install

Installation

  1. Install the MCP server via npm:
npm install -g agent-recall-mcp
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "agent-recall": {
      "command": "npx",
      "args": ["agent-recall-mcp"]
    }
  }
}
  1. Run /arbootstrap to import existing memory systems and projects.

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.