MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

O
Ozone Debugger MCP Server

MCP server by chief-reborn

Created 3/9/2026
Updated 5 days ago
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
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" ] } } }