its-over-9k vs time
Side-by-side comparison to help you pick between these two MCP servers.
its-over-9k by Bumblebiber | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 17 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
its-over-9k · Summary
Persistent memory and agent lifecycle framework for Claude Code with MCP tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
its-over-9k · Use cases
- Multi-device AI development workflow where context persists across machines
- Long-term projects requiring AI to remember previous decisions and mistakes
- Team collaboration with shared company memory alongside personal memory
- Automating documentation through AI that understands project context
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
its-over-9k · Install
Installation
- Install globally:
npm install -g its-over-9k- Run the interactive installer:
npx hmem init- For Claude Desktop, add to
~/.claude/.mcp.json:
{
"mcpServers": {
"hmem": {
"command": "/absolute/path/to/node",
"args": ["/absolute/path/to/its-over-9k/dist/mcp-server.js"],
"env": {
"HMEM_PROJECT_DIR": "/home/yourname/.hmem",
"HMEM_AGENT_ID": "DEVELOPER"
}
}
}
}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"]
}
}
}