indxr vs time
Side-by-side comparison to help you pick between these two MCP servers.
indxr by bahdotsh | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 64 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 1 mo ago | this month |
indxr · Summary
A fast codebase indexer and knowledge wiki for AI agents with 26 MCP tools for code analysis.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
indxr · Use cases
- AI agents analyzing large codebases to understand architecture and relationships
- Continuous documentation generation and maintenance via the knowledge wiki
- Code quality monitoring and complexity hotspot identification
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
indxr · Install
Install indxr using cargo:
cargo install indxr --features wikiTo use as an MCP server, run:
indxr serve ./my-project --watch --wiki-auto-updateFor Claude Desktop, add to config.json:
{
"mcpServers": {
"indxr": {
"command": "indxr",
"args": ["serve", "/path/to/project", "--wiki-auto-update"]
}
}
}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"]
}
}
}