MCP Catalogs
Home

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
Score3677
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit4 mo agothis 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 rustworkx
Claude 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-latest

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.