memora vs time
Side-by-side comparison to help you pick between these two MCP servers.
memora by agentic-box | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 405 | ★ 85,748 |
| 30d uses | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsKnowledge GraphDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
memora · Summary
A lightweight MCP server for semantic memory storage, knowledge graphs, and persistent memory for AI agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
memora · Use cases
- Building long-term memory for AI agents that persist across sessions
- Creating personal knowledge graphs with automatic memory linking and relationships
- Developing AI-powered note-taking applications with semantic search capabilities
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
memora · Install
Installation
pip install git+https://github.com/agentic-box/memora.gitWith Claude Desktop, add to your config.json:
{
"mcpServers": {
"memora": {
"command": "memora-server",
"args": [],
"env": {
"MEMORA_DB_PATH": "~/.local/share/memora/memories.db",
"MEMORA_ALLOW_ANY_TAG": "1"
}
}
}
}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"]
}
}
}