MCP Catalogs
Home

Ctxo vs time

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

Ctxo
by alperhankendi
time
by modelcontextprotocol
Stars★ 52★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageHTMLTypeScript
Last committhis monththis month

Ctxo · Summary

Ctxo is an MCP server that provides code intelligence for AI agents, delivering dependency graphs, git intent, and blast radius analysis in a single call.

time · Summary

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

Ctxo · Use cases

  • AI coding agents understanding code structure and dependencies before making changes
  • Code analysis with blast radius identification before refactoring
  • Git-integrated code review with impact 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

Ctxo · Install

npm install -g @ctxo/cli  # one-time global install
cxo init
ctxo index

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "ctxo": {
      "command": "npx",
      "args": ["-y", "@ctxo/cli", "mcp"]
    }
  }
}

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.