time vs Matryoshka
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | Matryoshka by yogthos | |
|---|---|---|
| Stars | ★ 85,748 | ★ 134 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsFile System |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Matryoshka · Summary
MCP server for analyzing documents larger than context windows using recursive language models and symbolic commands.
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
Matryoshka · Use cases
- Analyzing large log files or error reports beyond context limits
- Processing and querying multi-document collections without chunking
- Building memory-aware agents that reference large context efficiently
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"]
}
}
}Matryoshka · Install
Install from npm:
pnpm add -g matryoshka-rlmOr run without installing:
npx matryoshka-rlm "How many ERROR entries are there?" ./server.logFor Claude Desktop integration, create claude_desktop_config.json with:
{
"mcpServers": {
"matryoshka": {
"command": "npx",
"args": ["matryoshka-rlm", "mcp"]
}
}
}