Odel
J-Link MCP

J-Link MCP

Local
@klievan29TypeScriptMITUpdated 1w ago

Debug embedded firmware on real hardware: J-Link probes, Cortex-M faults, RTT logs, GDB.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmjlink-mcpv0.6.0

Run

npx -y jlink-mcp

MCP client config

{
  "mcpServers": {
    "j-link-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jlink-mcp"
      ]
    }
  }
}