Original Reddit post

I use Claude Code to debug prod issues across ~20 repos (React, Node, .NET, Python, microservices). Right now, when I say “this page isn’t loading,” it:

  • Starts from UI
  • Traces APIs → services → DB
  • Checks App Insights per service Works, but it’s slow and token-heavy since it rediscovers everything each time. Thinking of:
  • Prebuilding a cross-repo dependency graph (UI → APIs → services → DB/configs)
  • Indexing all code + configs
  • Mapping logs/telemetry into it
  • Letting the agent traverse instead of searching every time Questions:
  • Is this a good idea or overkill?
  • Any open-source tools for this?
  • Anyone doing this with MCP / agents?
  • How do you keep it updated? Note: used AI to tighten and structure this. submitted by /u/Same_Fruit_4574

Originally posted by u/Same_Fruit_4574 on r/ClaudeCode