MCP Catalogs
Home

Ori-Mnemos vs time

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

Ori-Mnemos
by aayoawoyemi
time
by modelcontextprotocol
Stars★ 301★ 85,748
30d uses
Score5277
Official
Categories
AI / LLM ToolsKnowledge GraphDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

Ori-Mnemos · Summary

Local-first persistent memory system for AI agents with recursive memory harness and MCP integration.

time · Summary

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

Ori-Mnemos · Use cases

  • Persistent memory for AI agents across sessions and clients
  • Knowledge management with wiki-link graph structure
  • Retrieval-augmented generation for complex reasoning tasks

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

Ori-Mnemos · Install

npm install -g ori-memory
ori init my-agent
cd my-agent

For MCP integration:

{
  "mcpServers": {
    "ori": {
      "command": "ori",
      "args": ["serve", "--mcp", "--vault", "/path/to/brain"],
      "env": { "ORI_VAULT": "/path/to/brain" }
    }
  }
}

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.