O
Ozone Debugger MCP Server
MCP server by chief-reborn
创建于 3/9/2026
更新于 5 days ago
README
Repository documentation and setup instructions
Ozone-Debugger-MCP-server
OK, It's just a MCP for those embedded software engineer who don't want to use the ugly Ozone GUI. why don't we just let the agent do it
feature
- Auto modify.jdebug file
- Designed for AI - support the AI MCP
- log capture - capture the Ozone output and log
What do you need for this MCP
software runtime
- Python 3.7+
- SEGGER Ozone
- J-Link driver
hardware runtime
- Jlink of course
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx ozone-debugger-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"chief-reborn-ozone-debugger-mcp-server": {
"command": "uvx",
"args": [
"ozone-debugger-mcp-server"
]
}
}
}