time vs In-Memoria
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | In-Memoria by pi22by7 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 168 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsFile System |
| Language | TypeScript | Rust |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
In-Memoria · Summary
MCP server that learns code patterns and provides persistent memory for AI assistants.
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
In-Memoria · Use cases
- Persistent memory for AI coding assistants across sessions
- Intelligent code analysis and pattern learning
- Smart file routing for feature implementation
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"]
}
}
}In-Memoria · Install
Installation
# Install globally
npm install -g in-memoria
# Or use directly with npx
npx in-memoria --helpClaude Desktop Integration
Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"in-memoria": {
"command": "npx",
"args": ["in-memoria", "server"]
}
}
}