iai-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
iai-mcp by CodeAbra | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 120 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
iai-mcp · Summary
IAI-MCP is a high-performance memory system for AI coding assistants that implements MCP protocol to provide long-term memory.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
iai-mcp · Use cases
- Enhancing long-term context in coding sessions
- Maintaining continuity across multiple development sessions
- Automatically recalling previously discussed technical decisions
- Personalizing AI assistant interaction style over time
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
iai-mcp · Install
Installation
- Clone and install:
git clone https://github.com/CodeAbra/iai-mcp.git
cd iai-mcp
bash scripts/install.sh- Install capture and recall hooks:
iai-mcp capture-hooks install- Connect MCP host (Claude Code):
claude mcp add iai-mcp -- node "$(pwd)/mcp-wrapper/dist/index.js"For Claude Desktop, add to config:
{
"mcpServers": {
"iai-mcp": {
"command": "node",
"args": ["/absolute/path/to/iai-mcp/mcp-wrapper/dist/index.js"]
}
}
}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"]
}
}
}