Depct tool collects runtime data to help Claude debug production issues

Depct is a tool that collects runtime instrumentation data from applications and feeds it to Claude to help debug issues that only appear in production environments. It specifically addresses problems that are hard to trace from code alone, such as functions that fail intermittently during actual usage.
How it works
The tool operates by:
- Collecting runtime data from your application
- Building graphs from the collected runtime data
- Combining the runtime graphs with your source code
- Sending this combined data to an LLM on AWS Bedrock for analysis
Key features
- Generates architecture diagrams from runtime behavior
- Creates dependency maps based on actual runtime patterns
- Allows fine-tuning of which files and folders the tool can access
- Connects Claude to generated data through depct's MCP (Model Context Protocol) for access to runtime data during sessions
Privacy and data handling
- Raw runtime data is deleted after generation
- Source code is never stored
- Only the generated graphs and outputs are kept for convenience
Compatibility
The tool currently works with any Node.js applications and frameworks.
This type of tool is useful for debugging production issues where the code appears correct but fails under specific runtime conditions that are difficult to reproduce in development environments.
📖 Read the full source: r/ClaudeAI
👀 See Also

Sandbox0: Open-Source Kubernetes-Native Sandbox Infrastructure for AI Agents
Sandbox0 is an open-source sandbox infrastructure for AI agents built on Kubernetes with persistent storage via JuiceFS and auto-scaling. It addresses limitations like concurrency caps and ephemeral execution found in existing solutions.

Kanban CLI: A Local-First, Agent-First Task Manager for the Terminal
Kanban CLI is a Rust-based terminal tool that provides structured task tracking with full git integration, designed for AI agent-driven workflows.

Jean-Claude: A Satirical LLM Frontend Mocking EU AI Regulation, with 412 Cookie Partners and VAT Invoices Every 5 Messages
Jean-Claude is a satirical LLM frontend that applies extreme EU-style bureaucracy to AI usage: 412 cookie partners, four-eyes principle requiring co-signature, per-token CO₂ tracking with mandatory €offset, VAT invoices every 5 messages, and a compliance center with fake GDPR/AI Act metrics.

NerfGuard: A Classifier That Routes Coding Requests to Cheaper Models, Cutting Spend 3x
NerfGuard uses a fast classifier to route coding agent requests to the least expensive model and reasoning depth needed, yielding 3x usage for the same spend. Includes token optimizations.