Cursor · Claude Code · Codex — local MCP tools plus debrix-debug / debrix-instrument skills for traces and durable Failure investigations.
Prerequisite: Debrix desktop running with MCP at http://127.0.0.1:17419/mcp.
Source: goyal-prateek/debrix-plugin
.cursor-plugin/plugin.json
.claude-plugin/plugin.json + marketplace.json
.codex-plugin/plugin.json
mcp.json # Cursor
.mcp.json # Claude / Codex (http type)
skills/
├── debrix-debug/ # investigate traces + durable Failures via MCP
└── debrix-instrument/ # pip install + SDK instrumentation
MCP covers Observe (traces, spans, SQL), durable Failure evidence and notebook
context, Failure reproductions, Tool Mocks, mark failed, standalone Deterministic
Replay, and status — see skills/debrix-debug.
The recommended Failure workflow is to list or reopen a Failure, inspect its
current context and frozen evidence, record bounded notes, hypotheses, or
experiment plans, then preview or start a reproduction and run the existing
agent normally. Re-read current versions before resolving a concurrent
VERSION_CONFLICT.
Start Debrix desktop, then:
git clone https://github.com/goyal-prateek/debrix-plugin.git
mkdir -p ~/.cursor/plugins/local
ln -sf "$(pwd)/debrix-plugin" ~/.cursor/plugins/local/debrix
# Reload Window in CursorSubmit this repository to the Cursor Marketplace when ready.
/plugin marketplace add https://github.com/goyal-prateek/debrix-plugin
/plugin install debrix@debrix-plugins
claude plugin marketplace add https://github.com/goyal-prateek/debrix-plugin
claude plugin install debrix@debrix-pluginscodex plugin marketplace add https://github.com/goyal-prateek/debrix-pluginThen Plugins → install Debrix.
git clone https://github.com/goyal-prateek/debrix-plugin.git
cp -R debrix-plugin/skills/debrix-debug ~/.claude/skills/debrix-debug
cp -R debrix-plugin/skills/debrix-instrument ~/.claude/skills/debrix-instrument- Python SDK:
pip install debrix· goyal-prateek/debrix-sdk
MIT