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
By Elmoaid
Installation
npx -y TempoGraphConfiguration
{
"mcpServers": {
"TempoGraph": {
"command": "npx",
"args": ["-y", "TempoGraph"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes