O
Ozone Debugger MCP Server
MCP server by chief-reborn
Created 3/9/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
Ozone-Debugger-MCP-server
This is an MCP (Model Context Protocol) server designed to automate SEGGER Ozone via its Command Line Interface (CLI). It enables AI agents to control the debugger for firmware flashing, target connection, and automated testing.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx ozone-debugger-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"chief-reborn-ozone-debugger-mcp-server": {
"command": "uvx",
"args": [
"ozone-debugger-mcp-server"
]
}
}
}