all tools / debugging
As of the latest check, Glimind tracks 87 debugging AI agent (MCP) tools, of which 0 are healthy right now. The table below ranks them live-first by real-time reliability.
| tool | status | what it does | |
|---|---|---|---|
| ads.diagnostics io.github.Adgentek/adsmcp | auth | Runs the full ad auction with debug output enabled. Uses the same parameters as ads.serve. | alternatives |
| get_stack_frames kpkhxlgy0/Unity Debugger Pure MCP | unknown | Get stack frames | alternatives |
| set_watchpoint microhenrio/io.github.microhenrio/openocd-mcp | unknown | Set a hardware watchpoint on a memory address. | alternatives |
| read_variable microhenrio/io.github.microhenrio/openocd-mcp | unknown | Read a variable by name from the firmware's ELF symbols. | alternatives |
| crash_triage io.github.iVamsi/droidagentkit | unknown | Triage a crash from a stack trace. | alternatives |
| gdb_get_registers liert/pwndbg-mcp | unknown | Get register state | alternatives |
| gdb_get_info liert/pwndbg-mcp | unknown | Get program information | alternatives |
| windbg_interrupt_target kanren3/windbg-mcp | unknown | Break into a running target (CTRL+BREAK) | alternatives |
| windbg_close kanren3/windbg-mcp | unknown | End session, terminating the debuggee | alternatives |
| windbg_detach kanren3/windbg-mcp | unknown | End session, leaving the debuggee running | alternatives |
| gdb_continue liert/pwndbg-mcp | unknown | Continue execution | alternatives |
| gdb_set_breakpoint liert/pwndbg-mcp | unknown | Set breakpoint | alternatives |
| gdb_step liert/pwndbg-mcp | unknown | Single step execution | alternatives |
| gdb_get_backtrace liert/pwndbg-mcp | unknown | Get call stack | alternatives |
| windbg_context chensiling/Windbg-MCP | unknown | 获取当前调试状态,包括目标模式和会话类型,并按模式路由线程/进程查询。 | alternatives |
| windbg_analyze chensiling/Windbg-MCP | unknown | 崩溃/挂起分析,支持 quick、crash、hang 三种范围。 | alternatives |
| windbg_backtrace chensiling/Windbg-MCP | unknown | 获取调用栈,可指定深度、是否显示参数以及特定帧。 | alternatives |
| windbg_write_memory chensiling/Windbg-MCP | unknown | 写入字节到内存,使用 eb 命令,并验证写入结果。 | alternatives |
| windbg_exec chensiling/Windbg-MCP | unknown | 执行原始 WinDbg 命令,无结构化输出,可能产生任意副作用。 | alternatives |
| nr_get_debug_output io.github.Texan-NXTassist/nr-mcp | unknown | Read debug/error data from flow context | alternatives |
| get_session_state Raoof128/Reasoning Engine | unknown | Full session state for debugging | alternatives |
| attach kpkhxlgy0/Unity Debugger Pure MCP | unknown | Attach to a Unity debug target | alternatives |
| frida_enumerate_pending_spawn Ya-Frida | unknown | Enumerate pending spawns | alternatives |
| frida_enumerate_pending_children Ya-Frida | unknown | Enumerate pending children | alternatives |
| frida_inject_library_file Ya-Frida | unknown | Inject a library file | alternatives |
| frida_inject_library_blob Ya-Frida | unknown | Inject a library blob | alternatives |
| frida_ps Ya-Frida | unknown | List processes with scope/pids | alternatives |
| frida_spawn Ya-Frida | unknown | Spawn a process with argv/env/cwd/stdio | alternatives |
| frida_attach Ya-Frida | unknown | Attach to a process | alternatives |
| frida_detach Ya-Frida | unknown | Detach from a process | alternatives |
| replay_trace @llui/mcp | unknown | Replay a trace and compare states | alternatives |
| why_did_update @llui/mcp | unknown | Explain which state change triggered a binding | alternatives |
| trace_element @llui/mcp | unknown | Trace a DOM element back to its binding | alternatives |
| scope_tree @llui/mcp | unknown | Scope hierarchy with kind (root/show/each/branch/child/portal) | alternatives |
| disposer_log @llui/mcp | unknown | Recent scope disposals with cause | alternatives |
| debugger_start io.github.DigitalDefiance/ts-mcp-debugger | unknown | Start a new debug session with a Node.js process. | alternatives |
| run Embedded Debugger (probe-rs) | unknown | Resume execution. | alternatives |
| open_remote io.github.svnscha/mcp-windbg | unknown | Attach to a live user-mode debug server (cdb -remote) over TCP, named pipe, or COM. | alternatives |
| open_kernel io.github.svnscha/mcp-windbg | unknown | Attach to a kernel target (kd -k) over KDNET, named pipe, or serial. | alternatives |
| run_command io.github.svnscha/mcp-windbg | unknown | Run an arbitrary WinDbg/KD command in an open session. | alternatives |
| triage_dumps io.github.svnscha/mcp-windbg | unknown | Discover and compare multiple dump files in a directory. | alternatives |
| arthas_heapdump HeavenC/arthas-mcp | unknown | Dump the heap to a file | alternatives |
| set_watchpoint snowyegret23/DuckStation MCP | unknown | Add a read/write/access watchpoint. | alternatives |
| remove_breakpoint snowyegret23/DuckStation MCP | unknown | Remove a breakpoint. | alternatives |
| debugger_attach kindly-software/kdb | unknown | Connect to a process | alternatives |
| debugger_step_forward kindly-software/kdb | unknown | Step forward | alternatives |
| debugger_export_trace kindly-software/kdb | unknown | Export execution trace | alternatives |
| get_console_logs achieveonepark/ach-mcp | unknown | Read Console entries — Debug logs, warnings, errors, and script compile errors. Filterable by severity. | alternatives |
| dolphin_watch MarkMcCaskey/dolphin-decomp-mcp | unknown | non-halting realtime memory watch/poll, and freeze/unfreeze | alternatives |
| get_registers io.github.glslang/windbg-mcp | unknown | Get the current register values. | alternatives |
| get_stack io.github.glslang/windbg-mcp | unknown | Get the current call stack. | alternatives |
| get_memory io.github.glslang/windbg-mcp | unknown | Read memory at a given address. | alternatives |
| set_breakpoint io.github.glslang/windbg-mcp | unknown | Set a breakpoint at a given address or symbol. | alternatives |
| delete_breakpoint io.github.glslang/windbg-mcp | unknown | Delete a breakpoint by ID. | alternatives |
| continue_execution io.github.glslang/windbg-mcp | unknown | Continue execution after a breakpoint or event. | alternatives |
| step_into io.github.glslang/windbg-mcp | unknown | Step into the next instruction. | alternatives |
| step_over io.github.glslang/windbg-mcp | unknown | Step over the next instruction. | alternatives |
| step_out io.github.glslang/windbg-mcp | unknown | Step out of the current function. | alternatives |
| evaluate_expression io.github.glslang/windbg-mcp | unknown | Evaluate a debugger expression. | alternatives |
| get_modules io.github.glslang/windbg-mcp | unknown | List loaded modules. | alternatives |
| dolphin_stack MarkMcCaskey/dolphin-decomp-mcp | unknown | backtrace the stopped core (who called / who wrote) | alternatives |
| dolphin_control MarkMcCaskey/dolphin-decomp-mcp | unknown | continue / pause / step_over / step_in / step_out / goto — returns the resulting stop | alternatives |
| dolphin_breakpoints MarkMcCaskey/dolphin-decomp-mcp | unknown | set code breakpoints and/or data watchpoints (authoritative) | alternatives |
| get_trace mcp-agent-trace | unknown | Get full trace tree for a session | alternatives |
| get_error_context @agentlensjs/shared | unknown | Why did this error happen? — one-call root-cause bundle | alternatives |
| extract_repro clintplay-mcp | unknown | Extract repro steps | alternatives |
| set_breakpoint snowyegret23/DuckStation MCP | unknown | Add an execution breakpoint. | alternatives |
| statecli_analyze_error statecli/statecli-mcp-server | unknown | Analyzes an error by examining recent action history to identify what change caused it. | alternatives |
| disconnect kpkhxlgy0/Unity Debugger Pure MCP | unknown | Disconnect from debug session | alternatives |
| set_exception_policy kpkhxlgy0/Unity Debugger Pure MCP | unknown | Set exception policy | alternatives |
| get_scopes kpkhxlgy0/Unity Debugger Pure MCP | unknown | Get scopes for a frame | alternatives |
| set_breakpoint kpkhxlgy0/Unity Debugger Pure MCP | unknown | Set a source breakpoint | alternatives |
| remove_breakpoint kpkhxlgy0/Unity Debugger Pure MCP | unknown | Remove a source breakpoint | alternatives |
| list_threads kpkhxlgy0/Unity Debugger Pure MCP | unknown | List threads in debug session | alternatives |
| get_crash_info dynamic-mcp | unknown | Get information about current crash dump and session. | alternatives |
| list_crash_dumps dynamic-mcp | unknown | List all available crash dumps. | alternatives |
| start_crash_session dynamic-mcp | unknown | Start a new crash analysis session. | alternatives |
| close_crash_session dynamic-mcp | unknown | Close the active crash analysis session. | alternatives |
| list_errors bar181/bar-observatory | unknown | List errors recorded in a session or project. | alternatives |
| get_error_details bar181/bar-observatory | unknown | Get details of a specific error. | alternatives |
| replay_error_path @agentlensjs/runtime | unknown | Reproduce an error by replaying the path that led to it and check recurrence. | alternatives |
| verify_fix @agentlensjs/runtime | unknown | Wait for HMR and watch whether the error recurs — did my fix work? | alternatives |
| build_diagnose io.github.iVamsi/droidagentkit | unknown | Diagnose build issues. | alternatives |
| diagnose_error com.correctover/mcp-server | unknown | Paste an error, get root cause + fix suggestion in seconds | alternatives |
| get_fault_pattern com.correctover/mcp-server | unknown | Look up a specific fault pattern by ID or keyword | alternatives |
| set_data_breakpoint miscusi-peek/cheatengine-mcp-bridge | unknown | Set a data breakpoint | alternatives |
| start_dbvm_watch miscusi-peek/cheatengine-mcp-bridge | unknown | Start Ring -1 invisible tracing | alternatives |
As of the latest check, Glimind tracks 87 debugging AI agent (MCP) tools, of which 0 are healthy right now. The table below ranks them live-first by real-time reliability. Glimind rates each neutrally (0–100) from safe liveness probes plus privacy-clean real-usage outcomes — see each tool's live page for its current score and a working alternative if it's down.
Ranked live-first by current verdict (healthy → degraded → down), then by the neutral reliability score. Glimind sells no tools, so the ranking is unconflicted.
Every tool here links to its live alternatives — capability-matched substitutes that are healthy now. Or query https://glimind.com/v1/alternatives/{toolId}.
Live data via MCP/REST. Neutral ratings — Glimind only measures.