MCP Directory

Elmoaid/TempoGraph

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y tempograph

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Elmoaid/TempoGraph your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route Elmoaid/TempoGraph intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add tempograph

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Elmoaid/TempoGraph directly without routing

npx -y tempograph

New to Agent-CoreX? View setup guide →

Elmoaid/TempoGraph MCP Server — Agent-CoreX