time vs omem
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | omem by ourmem | |
|---|---|---|
| Stars | ★ 85,748 | ★ 196 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
omem · Summary
Persistent memory system for AI agents with MCP Server plugin enabling cross-agent knowledge sharing.
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
omem · Use cases
- AI coding tools (OpenCode, Claude Code, OpenClaw) sharing context across sessions
- Development teams sharing architectural decisions and code insights
- Organizations preserving institutional knowledge across agent interactions
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"]
}
}
}omem · Install
MCP Server Installation
- Get API key from ourmem.ai
- Configure your MCP client:
{
"mcpServers": {
"omem": {
"command": "npx",
"args": ["@ourmem/mcp-server"],
"env": {
"OMEM_API_KEY": "your-api-key-here"
}
}
}
}