MegaMemory vs time
Side-by-side comparison to help you pick between these two MCP servers.
MegaMemory by 0xK3vin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 168 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
MegaMemory · Summary
MegaMemory is an MCP server that creates persistent project knowledge graphs with semantic search for coding agents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MegaMemory · Use cases
- Long-term codebase maintenance with persistent architectural understanding
- Team collaboration with shared knowledge graphs across branches
- IDE/editor integration for context-aware coding assistance
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
MegaMemory · Install
Installation
npm install -g megamemoryFor Claude Desktop
Add to Claude Desktop configuration:
{
"mcpServers": {
"megamemory": {
"command": "megamemory",
"args": []
}
}
}For Other MCP Clients
megamemory install --target <client-name>Where client-name can be opencode, claudecode, antigravity, or codex.
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"]
}
}
}