time vs robotmem
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | robotmem by robotmem | |
|---|---|---|
| Stars | ★ 85,748 | ★ 24 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsDatabase |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
robotmem · Summary
Robot Memory - Persistent memory system for AI robots with MCP server, hybrid search, and spatial retrieval capabilities.
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
robotmem · Use cases
- Robot learning from physical experiences and past failures
- Autonomous navigation using spatial memory retrieval
- Robotic manipulation tasks parameter optimization
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"]
}
}
}robotmem · Install
Install robotmem via pip:
pip install robotmemTo use with Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"robotmem": {
"command": "python",
"args": ["-m", "robotmem", "mcp"]
}
}
}