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 | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsSearch | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this 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 | shHomebrew
brew install codannaWindows (PowerShell)
irm https://raw.githubusercontent.com/bartolli/codanna/main/scripts/install.ps1 | iexSetup for Claude Desktop
Add to Claude Desktop configuration:
{
"mcpServers": {
"codanna": {
"command": "codanna",
"args": ["mcp"]
}
}
}Initialize and Index
codanna init
codanna index srctime · 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"]
}
}
}