debug-mcp
Related Servers
Alternatives to debug-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn intelligent debugging assistant that automates the debugging process by analyzing bugs, injecting HTTP-based debug logs into code across multiple environments (browser, Node.js, mobile, etc.), and iteratively fixing issues based on real-time feedback.8MIT
- AlicenseNot gradedqualityDmaintenanceProvides intelligent error detection and debugging capabilities across multiple programming languages with real-time monitoring of build, lint, runtime, console, and test errors. Offers AI-enhanced error analysis with automated resolution suggestions and context-aware debugging.MIT
- AlicenseCqualityAmaintenanceLocal-first error memory for AI coding agents, enabling them to search past fixes before attempting new repairs and save verified cases as Markdown.3MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI coding tools with a shared knowledge base of real-world fixes and gotchas, verified by usage, to stop debugging errors others already solved.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query runtime debugging facts (stack traces, logs, function arguments) captured by Syncause, allowing them to fix root causes with evidence instead of guessing.4 npm1-
- AlicenseAqualityBmaintenanceProvides AI coding agents with reliable root-cause diagnosis and minimal, high-confidence fixes for failing tests.31MIT
TDQS
Scored across 18 tools
Most tools have clearly distinct purposes: case memory operations vs. code inspection vs. reporting. The main ambiguity is between search_code and grep (both search code) and between search_case and list_cases, though descriptions partially clarify the differences.
The vast majority follow a consistent snake_case verb_noun pattern (search_case, list_cases, delete_case, read_file, check_syntax). The exceptions are 'grep' and 'debug', which are bare verbs and break the pattern, but the overall convention is strong.
At 18 tools, the set sits in the borderline-heavy range. The count is justified somewhat by spanning case memory, code analysis, and reporting, but it still feels more expansive than a typical debug tool requires.
The case memory lifecycle is well covered (create via debug, read, search, list, delete, mark effectiveness) and code inspection is solid. Minor gaps exist, such as no way to manually add or edit a case, and no direct code modification, but these are workable for the stated debugging purpose.