codenav vs time
Side-by-side comparison to help you pick between these two MCP servers.
codenav by ajacobm | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 4 mo ago | this month |
codenav · Summary
CodeNavigator is an MCP server providing comprehensive code analysis across 25+ programming languages.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
codenav · Use cases
- Code analysis and refactoring assistance in multi-language projects
- Dependency mapping and circular dependency detection across codebases
- Code complexity measurement and maintainability assessment
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
codenav · Install
Installation
PyPI Installation
pip install codenav ast-grep-py rustworkxClaude Desktop Integration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"codenav": {
"command": "codenav"
}
}
}Docker Integration
# Pull latest SSE server
docker pull ghcr.io/ajacobm/codenav:sse-latest
# Run SSE mode
docker run -p 8000:8000 -v $(pwd):/workspace \
ghcr.io/ajacobm/codenav:sse-latesttime · 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"]
}
}
}