Back to MCP Servers

TempoGraph

Code graph context engine with 24 MCP tools for structural code intelligence. Tree-sitter parsing for 170+ languages, dependency graphs, blast radius, hotspots, dead code, and adaptive context injection. Benchmarked +27% F1 on change-localization.

developer-tools

Installation

npx -y TempoGraph

Configuration

{
  "mcpServers": {
    "TempoGraph": {
      "command": "npx",
      "args": ["-y", "TempoGraph"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub