MCP Catalogs
Home

mengram vs time

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

mengram
by alibaizhanov
time
by modelcontextprotocol
Stars★ 167★ 85,748
30d uses
Score4877
Official
Categories
AI / LLM ToolsDeveloper ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

mengram · Summary

Mengram is a human-like memory system for AI agents with semantic, episodic & procedural memory that learns from failures.

time · Summary

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

mengram · Use cases

  • Enhancing AI agent memory with contextual recall across conversations
  • Automating workflow evolution based on past failures
  • Building personalized cognitive profiles for LLMs

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

mengram · Install

Install Mengram MCP server using npm or pip:

npm install mengram-ai
# or
pip install mengram-ai

Configure Claude Desktop by adding this to your config.json:

{
  "mcpServers": {
    "mengram": {
      "command": "mengram",
      "args": ["server", "--cloud"],
      "env": { "MENGRAM_API_KEY": "om-..." }
    }
  }
}

Get your free API key at https://mengram.io/#signup

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.