Skip to main content
Glama
es617

dbgprobe-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DBGPROBE_BACKENDNoDebug probe backend. Future: openocd, pyocd.jlink
DBGPROBE_GDB_TRACENoLog all GDB RSP packets to file. Set to 1, true, or yes to enable.disabled
DBGPROBE_INTERFACENoDebug interface: SWD or JTAG.SWD
DBGPROBE_MCP_TRACENoJSONL tracing of every tool call. Set to 0, false, or no to disable.enabled
DBGPROBE_SPEED_KHZNoInterface clock speed in kHz.4000
DBGPROBE_JLINK_PATHNoExplicit path to JLinkExe (or JLink.exe on Windows).auto-detect
DBGPROBE_MCP_PLUGINSNoPlugin policy: all or comma-separated plugin names.disabled
DBGPROBE_JLINK_DEVICENoDefault target device string (e.g. nRF52840_xxAA). Can be overridden per-session.
DBGPROBE_MCP_LOG_LEVELNoPython log level (DEBUG, INFO, WARNING, ERROR). Logs go to stderr.WARNING
DBGPROBE_GDB_TRACE_FILENoPath for GDB RSP trace log (only when GDB_TRACE is on)./tmp/gdb_trace.log
DBGPROBE_MCP_TOOL_SEPARATORNoCharacter used to separate tool name segments. Set to _ for MCP clients that reject dots (e.g. Cursor)..
DBGPROBE_MCP_TRACE_PAYLOADSNoInclude memory data payloads in traced args (stripped by default).disabled
DBGPROBE_MCP_TRACE_MAX_BYTESNoMax payload chars before truncation (only when TRACE_PAYLOADS is on).16384
DBGPROBE_JLINK_GDBSERVER_PATHNoExplicit path to JLinkGDBServerCLExe.auto-detect

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/es617/dbgprobe-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server