Dbgprobe MCP Server
Rank #12,648io.github.es617/dbgprobe-mcp-server
Stateful MCP server for driving debug probes (J-Link) to flash, debug, and inspect embedded targets. Enables AI agents to perform flash, memory, breakpoint, and ELF/SVD-aware operations conversationally.
Dbgprobe MCP Server is a Model Context Protocol (MCP) server published by es617. It ranks #12,648 of 76,851 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Dbgprobe MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 64,203 of 76,851 servers on MCP Toplist.
Use Dbgprobe MCP Server
Add Dbgprobe MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"dbgprobe-mcp-server": {
"command": "uvx",
"args": [
"dbgprobe-mcp-server"
],
"env": {
"DBGPROBE_BACKEND": "<your DBGPROBE_BACKEND>",
"DBGPROBE_MCP_LOG_LEVEL": "<your DBGPROBE_MCP_LOG_LEVEL>",
"DBGPROBE_JLINK_PATH": "<your DBGPROBE_JLINK_PATH>",
"DBGPROBE_JLINK_GDBSERVER_PATH": "<your DBGPROBE_JLINK_GDBSERVER_PATH>",
"DBGPROBE_JLINK_DEVICE": "<your DBGPROBE_JLINK_DEVICE>",
"DBGPROBE_INTERFACE": "<your DBGPROBE_INTERFACE>",
"DBGPROBE_SPEED_KHZ": "<your DBGPROBE_SPEED_KHZ>",
"DBGPROBE_MCP_PLUGINS": "<your DBGPROBE_MCP_PLUGINS>",
"DBGPROBE_MCP_TOOL_SEPARATOR": "<your DBGPROBE_MCP_TOOL_SEPARATOR>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
es617
Other servers by es617
- Obsidian Sync MCP#3,115 · 3 vers
- Ble MCP Server#9,386 · 6 vers
- Serial MCP Server#12,245 · 3 vers
- cc-tap#18,053 · 1 ver
Available versions (5)
| Version | Published |
|---|---|
| 0.1.4 | Mar 13, 2026 |
| 0.1.3 | Mar 13, 2026 |
| 0.1.2 | Mar 7, 2026 |
| 0.1.1 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dbgprobe MCP Server?
- Dbgprobe MCP Server is maintained by es617, which publishes 5 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Dbgprobe MCP Server listed on the Official MCP Registry?
- Yes — Dbgprobe MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Dbgprobe MCP Server have?
- MCP Toplist tracks 5 versions of Dbgprobe MCP Server, most recently published on Mar 13, 2026.
- Where can I find the source code for Dbgprobe MCP Server?
- The source code for Dbgprobe MCP Server is hosted at github.com/es617/dbgprobe-mcp-server.git.