kodit vs time
Side-by-side comparison to help you pick between these two MCP servers.
kodit by helixml | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 119 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSearch | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
kodit · Summary
Kodit is a code and document intelligence server that indexes Git repositories and provides search through MCP and REST APIs.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
kodit · Use cases
- Enhancing AI coding assistants by providing access to real examples from your codebase
- Searching across both code and documentation in a unified interface
- Generating architecture docs, API docs, and database schema documentation automatically
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
kodit · Install
Installation
Docker (recommended)
docker run -p 8080:8080 registry.helix.ml/helix/kodit:latestPre-built binaries
Download a binary from the [releases page](https://github.com/helixml/kodit/releases), then:
chmod +x kodit
./kodit serveClaude Desktop integration
Add to claude_desktop_config.json:
{
"mcpServers": {
"kodit": {
"command": "kodit",
"args": ["serve"],
"env": {
"DATA_DIR": ".kodit"
}
}
}
}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"]
}
}
}