MCP Catalogs
Home

time vs total-agent-memory

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

time
by modelcontextprotocol
total-agent-memory
by vbcherepanov
Stars★ 85,748★ 34
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsKnowledge Graph
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

total-agent-memory · Summary

Persistent memory layer for AI coding agents with knowledge graphs, embeddings, and 3D visualization.

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

total-agent-memory · Use cases

  • Remembering architectural decisions across coding sessions
  • Retrieving previously resolved solutions to similar problems
  • Maintaining context about bug fixes and troubleshooting steps

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"]
    }
  }
}

total-agent-memory · Install

Installation

Prerequisites

  • Python 3.8+
  • SQLite (included)
  • Optional: Ollama for advanced features

Basic Install

pip install total-agent-memory

Claude Desktop Integration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "total-agent-memory": {
      "command": "python",
      "args": ["-m", "total_agent_memory.server"],
      "env": {}
    }
  }
}

Quick Start

total-agent-memory init
total-agent-memory serve
Comparison generated from public README + GitHub signals. Last updated automatically.