time vs roampal
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | roampal by roampal-ai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 120 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsProductivityKnowledge Graph |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
roampal · Summary
Roampal is an AI memory system with MCP integration that learns from user feedback across conversations.
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
roampal · Use cases
- Personal AI assistant that remembers user preferences and past successful interactions
- Knowledge management system that organizes information across conversations
- Enhanced AI chat applications with persistent memory capabilities
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"]
}
}
}roampal · Install
- Download from [roampal.ai](https://roampal.ai) and extract
- Install [Ollama](https://ollama.com) or [LM Studio](https://lmstudio.ai)
- Right-click
Roampal.exe→ **Run as administrator** - Download a model in the UI → Start chatting!
To use with MCP-compatible tools like Claude Desktop:
{
"mcpServers": {
"roampal": {
"command": "path/to/roampal",
"args": ["--mcp"]
}
}
}