rlm-claude vs time
Side-by-side comparison to help you pick between these two MCP servers.
rlm-claude by EncrEor | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 35 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
rlm-claude · Summary
RLM is an MCP server providing persistent memory for Claude Code with auto-save, semantic search, and multi-project organization.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rlm-claude · Use cases
- Maintaining long-term project context across multiple Claude Code sessions
- Preserving critical decisions and architectural choices throughout development
- Searching through historical conversations using semantic and fuzzy matching
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
rlm-claude · Install
Installation
Via PyPI (recommended)
pip install mcp-rlm-server[all]Via uv
uv tool install mcp-rlm-server[all] --python 3.12Configure Claude Code
Add to your Claude Code configuration:
{
"mcpServers": {
"rlm": {
"command": "python",
"args": ["-m", "mcp_server.server"]
}
}
}Then restart Claude Code and start using the 14 available RLM tools.
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"]
}
}
}