Dbgprobe MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from pypi. Last commit 14 Mar 2026.
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dbgprobe-mcp-server -- uvx dbgprobe-mcp-server
{
"mcpServers": {
"dbgprobe-mcp-server": {
"args": [
"dbgprobe-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.dbgprobe-mcp-server]
command = "uvx"
args = ["dbgprobe-mcp-server"]
{
"mcpServers": {
"dbgprobe-mcp-server": {
"args": [
"dbgprobe-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"dbgprobe-mcp-server": {
"args": [
"dbgprobe-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.