MCP Catalogs
Home

mcp-server-codegraph vs time

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

mcp-server-codegraph
by CartographAI
time
by modelcontextprotocol
Stars★ 20★ 85,748
30d uses
Score3777
Official
Categories
Developer ToolsKnowledge GraphAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit8 mo agothis month

mcp-server-codegraph · Summary

MCP server that transforms codebases into interactive knowledge graphs with entity tracking and relationship mapping.

time · Summary

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

mcp-server-codegraph · Use cases

  • Codebase exploration and understanding in large projects
  • Dependency analysis for refactoring and modernization
  • Documentation generation based on code structure

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

mcp-server-codegraph · Install

Install the server using npm:

npx @cartographai/mcp-server-codegraph /path/to/directory

For Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "codegraph": {
      "command": "npx",
      "args": [
        "-y",
        "@cartographai/mcp-server-codegraph",
        "/path/to/directory"
      ]
    }
  }
}

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.