Debug embedded devices, flash firmware, and diagnose crashes through J-Link probes.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "jlink-mcp" yet — see the docs or source repo.
Connect to the target board through SEGGER J-Link, read memory from 0x20000000 to 0x20000100, and determine whether there are signs of stack overflow or unexpected data corruption.
The tool returns memory data for the specified range and provides likely causes and troubleshooting suggestions.
Use J-Link to flash build/output/firmware.bin to the target MCU flash, then verify the written image and confirm whether the version update succeeded.
The tool flashes the firmware, verifies the write result, and reports success or possible failure reasons.
Connect to the device and continuously stream RTT logs; if a HardFault occurs, read the relevant registers and stack trace to help analyze the crash cause.
The tool outputs live logs, crash context details, and an initial diagnosis of the root cause.
Control STM32 boards via J-Link RTT for logs, memory, and flashing.
Debug, flash, and inspect microcontrollers through pyOCD and CMSIS-DAP probes.
Enable AI to run live GDB debugging sessions on binaries and processes.
Let AI control GDB via MCP for breakpoints, stepping, and inspection.
Debug ARM Cortex-M targets via GDB/OpenOCD with inspection and peripheral decoding.
Build, integrate, and debug MCP clients and related tooling.