time vs roampal-core
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | roampal-core by roampal-ai | |
|---|---|---|
| Stars | ★ 85,748 | ★ 46 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| 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-core · Summary
Outcome-based persistent memory MCP server that improves AI assistants through conversational learning.
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-core · Use cases
- Improve Claude Code and OpenCode AI assistants with long-term memory of user preferences and successful solutions
- Create persistent pattern collections for common programming tasks and debugging approaches
- Maintain personal coding style preferences and development habits across multiple projects
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-core · Install
Installation
pip install roampal
roampal initThis will auto-detect installed tools and configure them. You can also target specific tools:
roampal init --claude-code
roampal init --opencodeFor Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"roampal": {
"command": "roampal",
"args": ["start"]
}
}
}Starting the Server
roampal start # Start the HTTP server manually
roampal status # Check if server is running