Launching today

DroidCTX
Generate Infrastructure Context for Claude Code in 60s
9 followers
Generate Infrastructure Context for Claude Code in 60s
9 followers
DroidCTX is an Open Source CLI Tool that generates documents about production infrastructure that can be easily plugged into coding agents like Claude Code and Cursor. This tool makes the agent respond faster, more accurately, and with fewer token consumption because instead of needing to explore all the different MCP servers, it instantly knows where to begin investigations.




DrDroid
Congrats on the launch! 🚀 This solves a problem I've felt firsthand — AI coding agents like Claude Code are incredibly powerful but they're essentially "flying blind" when it comes to your actual production infrastructure. They know your code but they don't know that your Kubernetes pod is OOMKilling or that a specific Grafana dashboard is showing elevated error rates.
The idea of giving the agent a structured Markdown snapshot of your real infrastructure state before debugging starts is genuinely clever. It's the difference between asking a consultant who's read your docs vs. one who's actually looked at your dashboards.
Quick question for the team: How do you handle sensitive credentials or PII that might appear in infrastructure metadata when syncing from tools like Datadog or AWS? Is there a built-in scrubbing/masking layer before the context file is written? That seems critical for enterprise adoption. 🛡️