Your AI agent finds the right files. Every time.
One MCP tool call gives your coding agent the exact files it needs before making changes. No guessing. No irrelevant context.
prepare_contextTested on django, flask, httpx, fastapi, requests, and pydantic. Task: predict which files need to change.
| Model | Without TempoGraph | With TempoGraph | Improvement |
|---|---|---|---|
| GPT-4o | 21.7% F1 | 27.5% F1 | +27% |
| GPT-4o-mini | 19.2% F1 | 24.5% F1 | +28% |
| qwen2.5-coder:32b | canonical benchmark (p=0.049) | +18.6% | |
Before changing a file, see every importer and caller that could break.
blast_radius
Focus on a symbol and see callers, callees, and related files in context.
focus
Find files where complexity, coupling, and size overlap. Change carefully.
hotspots
Find exported symbols with zero incoming references. Safe to delete.
dead_code
Impact analysis of your current diff โ breaking-change risk signals.
diff_context
Hybrid search: structural graph + semantic vectors + FTS5 keywords, fused via RRF.
search_semantic
Add to your MCP config (Claude Code, Cursor, Windsurf, or any MCP client):
{
"mcpServers": {
"tempograph": {
"command": "tempograph-server",
"args": []
}
}
}
Install TempoGraph and stop guessing which files matter.
TempoGraph is AGPL-3.0 โ free to use and modify. Network service use requires source disclosure, or a commercial license.
eali@needspec.com