mcp-memory-keeper vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-memory-keeper by mkreyman | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 122 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-memory-keeper · Summary
MCP server for persistent context management in AI coding assistants that prevents context loss during session resets.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-memory-keeper · Use cases
- Long coding sessions with Claude Code where context preservation is critical
- Complex refactoring projects spanning multiple files and sessions
- Team collaboration where multiple Claude sessions need to share context
- Debugging sessions that span beyond context limits
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
mcp-memory-keeper · Install
Installation
Recommended: NPX Installation
claude mcp add memory-keeper npx mcp-memory-keeperClaude Desktop App Configuration
- Open Claude Desktop settings
- Navigate to "Developer" → "Model Context Protocol"
- Click "Add MCP Server"
- Add the following configuration:
{
"mcpServers": {
"memory-keeper": {
"command": "npx",
"args": ["mcp-memory-keeper"]
}
}
}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"]
}
}
}