Moth is a lightweight MCP server designed to enhance the debugging workflow of AI coding agents. It processes error output, redacts sensitive information, normalizes failures, and detects the likely stack. Crucially, Moth leverages project-local fix memory to suggest the best first fix and records only verified fix outcomes, ensuring that AI agents learn from past successes and failures within the context of a specific project. It operates read-only, without editing code, running shell commands, or requiring external services, making it a safe and explicit debugging assistant.
주요 기능
01Project-local fix memory for verified outcomes
02Analyzes error output with secret redaction
03Generates structured fix briefs and suggestions
04Integrates with various AI coding agents via MCP
05Safe, read-only operation without code edits or shell execution
061 GitHub stars