memorix vs time
Side-by-side comparison to help you pick between these two MCP servers.
memorix by AVIDS2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 449 | ★ 85,748 |
| 30d uses | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
memorix · Summary
Open-source cross-agent memory layer for coding agents via MCP with local-first storage.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
memorix · Use cases
- Cross-session and cross-IDE project memory for coding workflows
- Git-aware memory tracking and retrieval in development projects
- Multi-agent coordination with task management and inter-agent communication
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
memorix · Install
Install globally with npm:
npm install -g memorixInitialize config:
memorix initFor MCP integration in Claude Desktop, add to config.json:
{
"mcpServers": {
"memorix": {
"command": "memorix",
"args": ["serve"]
}
}
}Run as MCP server: memorix serve
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"]
}
}
}