Dbgprobe MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from pypi. Last commit 14 Mar 2026.
Let AI agents interact with debug probes — connect, flash, read/write memory, and reset.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
self.proc = subprocess.Popen(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
This one needs environment variables set before it will start:
DBGPROBE_BACKEND (Debug probe backend to use (default: jlink). Future: openocd, pyocd.), DBGPROBE_MCP_LOG_LEVEL (Log level: DEBUG, INFO, WARNING (default), ERROR.), DBGPROBE_JLINK_PATH (Explicit path to JLinkExe (or JLink.exe on Windows). Auto-detected if not set.), DBGPROBE_JLINK_GDBSERVER_PATH (Explicit path to JLinkGDBServerCLExe. Auto-detected if not set.), DBGPROBE_JLINK_DEVICE (Default target device string (e.g. nRF52840_xxAA). Can be overridden per-session.), DBGPROBE_INTERFACE (Debug interface: SWD (default) or JTAG.), DBGPROBE_SPEED_KHZ (Interface speed in kHz (default: 4000).), DBGPROBE_MCP_PLUGINS (Plugin policy: 'all' or comma-separated plugin names. Unset = disabled.), DBGPROBE_MCP_TOOL_SEPARATOR (Tool name separator character (default '.'). Set to '_' for clients that reject dots (e.g. Cursor).).
The author declared them in the registry entry; get the values from the project itself.
Let AI agents interact with serial devices — list ports, connect, send, and read.
Let AI agents interact with real BLE hardware — scan, connect, read, write, and subscribe.
Local deterministic project memory for AI agents with context packs, gates and checkpoints.
Project management MCP for AI agents with safe task reads and writes.
Couchbase MCP Server - Enable AI agents to connect to and interact with Couchbase clusters.
Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches.
Self-learning memory for AI coding agents with pattern detection and confidence scoring.
Let AI agents see and interact with terminal/CLI apps via PNG screenshots
Answers built from our own checks of this server.