time vs omega-memory
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | omega-memory by omega-memory | |
|---|---|---|
| Stars | ★ 85,748 | ★ 138 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsKnowledge Graph |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
omega-memory · Summary
Cross-model memory system for AI agents that persists across sessions with MCP server support.
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
omega-memory · Use cases
- Persistent memory for AI coding assistants across development sessions
- Multi-agent coordination with file/branch locking and task management
- Personal knowledge base with semantic search and document ingestion
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"]
}
}
}omega-memory · Install
Installation
pip install omega-memory[server] # Full install (memory + MCP server)
omega setup # Downloads model, registers MCP, installs hooks
omega doctor # Verify everything worksClaude Desktop
pip install omega-memory[server]
omega setup --client claude-desktopThis registers OMEGA as an MCP server in Claude Desktop's config. Restart Claude Desktop to activate.