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_contextBefore 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
New to a codebase? Get size, languages, entry points, key files.
overview
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.
View on GitHub PyPITempograph is AGPL-3.0 — free to use and modify. Network service use requires source disclosure, or a commercial license.
elmoaid@gmail.com