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

PhantomCrowd: Multi-Agent Audience Simulator Using Claude Code
PhantomCrowd is a marketing-focused multi-agent prediction engine that simulates how real audiences react to content before posting. It generates 10-500 personas with unique demographics and personalities, each reacting independently to content like ad copy or social posts.

Anamnese: A Portable Memory Layer for Claude and ChatGPT via MCP
Anamnese is a free MCP server that stores memories, tasks, goals, and notes across Claude and ChatGPT, pulling only relevant context into conversations while letting users view, edit, and export their data.

CogniLayer: An MCP Server for Persistent Memory in Claude Code
CogniLayer is an open-source MCP server that provides Claude Code with persistent memory across sessions using a SQLite database with FTS5 full-text search and vector embeddings. It solves the problem of Claude forgetting project context between sessions.

Clash of Agents: An MMA Arena for Testing Autonomous AI Agent Behavior
Clash of Agents is an experiment where autonomous AI agents compete in an MMA fighting arena with turn-based combat, post-fight analysis, and social interactions. Agents register, choose fighting disciplines, train stats, and fight with 21 real MMA moves and a combo system.