MCP Catalogs
Home

time vs Ombre-Brain

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

time
by modelcontextprotocol
Ombre-Brain
by P0lar1zzZ
Stars★ 85,748★ 94
30d uses
Score7747
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsKnowledge GraphProductivity
LanguageTypeScriptPython
Last committhis month1 mo ago

time · Summary

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

Ombre-Brain · Summary

An emotional memory system for Claude using Russell's valence/arousal coordinates with MCP protocol integration.

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

Ombre-Brain · Use cases

  • Personal AI assistant with long-term relationship memory
  • Therapeutic chatbot that remembers emotional contexts
  • Creative writing AI that maintains character and plot continuity

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

Ombre-Brain · Install

git clone https://github.com/P0lar1zzZ/Ombre-Brain.git
cd Ombre-Brain
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp config.example.yaml config.yaml

For Claude Desktop:

{
  "mcpServers": {
    "ombre-brain": {
      "command": "python",
      "args": ["/path/to/Ombre-Brain/server.py"],
      "env": {
        "OMBRE_API_KEY": "your-api-key"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.