MCP Catalogs
Home

codanna vs time

Side-by-side comparison to help you pick between these two MCP servers.

codanna
by bartolli
time
by modelcontextprotocol
Stars★ 673★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsAI / LLM ToolsSearch
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last committhis monththis month

codanna · Summary

Codanna is a local code intelligence MCP server providing semantic search, relationship tracking, and document search for AI coding assistants.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

codanna · Use cases

  • Finding functions and their relationships across large codebases
  • Semantic search for implementation logic rather than just keywords
  • Impact analysis of code changes with full dependency tracking

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

codanna · Install

Installation

macOS, Linux, WSL
curl -fsSL --proto '=https' --tlsv1.2 https://install.codanna.sh | sh
Homebrew
brew install codanna
Windows (PowerShell)
irm https://raw.githubusercontent.com/bartolli/codanna/main/scripts/install.ps1 | iex
Setup for Claude Desktop

Add to Claude Desktop configuration:

{
  "mcpServers": {
    "codanna": {
      "command": "codanna",
      "args": ["mcp"]
    }
  }
}
Initialize and Index
codanna init
codanna index src

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.