ude-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ude-mcpLoad the workspace, connect to target, and read the variable 'engine_rpm'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ude-mcp
MCP (Model Context Protocol) server for the PLS UDE® (Universal Debug Engine) debugger. It lets AI coding agents drive UDE over the official UDE Object Model automation API: load a workspace, connect a target, flash an ELF, run/halt/step, set breakpoints, and read back variables, registers, memory, and call stacks.
Status
✅ Working prototype — end-to-end verified against the built-in TSIM simulator (session start → connect → register/memory reads → run control → clean shutdown). Real-hardware (AURIX TriCore via DAP/JTAG) testing is next.
How it works
UDE Starterkit cannot be automated from outside its process (the COM launcher is
not shipped/registered in the free toolchain), so ude-mcp injects a JScript
bridge agent into UDE as a startup macro (UDE.exe -s<agent.js>). The agent
binds to the live UDE object model and talks to the MCP server over localhost
HTTP long-polling:
AI client ⇄ (MCP/stdio) ⇄ ude-mcp (Python) ⇄ (localhost HTTP) ⇄ bridge.js (in UDE) ⇄ UDE object model ⇄ TSIM / targetEverything uses officially supported UDE mechanisms (startup macros + the COM object model); no patching or unsupported hacks. See docs/api-selection.md for the full API assessment.
Related MCP server: gdb-mcp
Target platform
Windows only (UDE is a Windows application; the automation API is COM-based)
UDE Starterkit / UDE installed with the HighTec TriCore toolchain
First milestone: drive the built-in TSIM simulator (no hardware needed), then real AURIX TriCore targets over DAP/JTAG
Planned MCP tools
Tool | Description |
| Report UDE installation, COM registration and session state |
| Load a UDE workspace ( |
| Target connect (with timeout / wait helpers) |
| Download an ELF (optionally flash + verify) |
| Core run control (multi-core aware) |
| Set/clear/enable code & data breakpoints |
| Read/write symbols/expressions via UDE expression evaluator |
| Core register access |
| Raw memory access (8/16/32-bit, arrays) |
| Call stack (incl. TriCore CSA-based frames) |
| Core state, current location, halt reason |
Development
uv sync
uv run ude-mcp # stdio MCP serverSmoke test (launches a real UDE instance against the TSIM simulator):
uv run python scratch/e2e.pyMCP client configuration
{
"mcpServers": {
"ude": {
"command": "uv",
"args": ["--directory", "C:\\sw\\ude-mcp", "run", "ude-mcp"],
"env": { "UDE_MCP_UDE_EXE": "C:\\Program Files\\pls\\UDE Starterkit 2021\\UDEVisualPlatform.exe" }
}
}
}License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Give your AI agents the tools to build, manage, and run automation workflows.
- octoperfDeprecatedio.github.OctoPerf
Drive OctoPerf load testing from any AI agent: import, edit, validate, run scenarios, read metrics.
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants like Claude to directly debug microcontrollers via JLink, supporting breakpoints, single-step, memory/register access, variable inspection, RTT logging, and firmware flashing.255MIT
- AlicenseBqualityCmaintenanceEnables AI agents to debug C/C++ programs with GDB or LLDB, supporting breakpoints, stepping, variable inspection, and function calls.20MIT
- AlicenseAqualityDmaintenanceEnables AI tools to perform full-featured embedded microcontroller debugging via pyOCD and CMSIS-DAP probes, including probe management, flashing, breakpoints, register/memory access, fault analysis, and RTT communication.581MIT

sbl-debuggerofficial
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to debug ARM Cortex-M targets via GDB and OpenOCD, supporting attach, breakpoints, stepping, register/memory inspection, and SVD peripheral decoding.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/luiox/ude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server