Skip to content

Add OrcaReplay to Observability - #70

Open
xizhuomengcontin wants to merge 1 commit into
wundercorp:mainfrom
xizhuomengcontin:add-orcareplay
Open

xizhuomengcontin wants to merge 1 commit into
wundercorp:mainfrom
xizhuomengcontin:add-orcareplay

Conversation

@xizhuomengcontin

Copy link
Copy Markdown

What this adds

One new entry under servers/observability/orcareplay/server.json:

OrcaReplay — a local-first recorder/replayer for AI agent runs. It sits between a coding agent and its model provider, writes the real traffic (prompts, tool calls, responses, raw bytes) into an on-disk trace library, and serves that library over a read-only stdio MCP server (npx -y orcareplay mcp) with six tools: list, show, checkpoints, graph, replay, compare. No account, no auth — it only reads local traces.

Why it belongs in Observability

The category currently covers what you can query while a run is happening. OrcaReplay covers the half that is missing here: keeping the run itself. A failed run can be replayed offline without contacting any provider, and two recorded runs can be diffed — which is what you want when the failure is not reproducible live.

Checks

  • node scripts/validate-catalog.mjsValidated 29 MCP server entries.
  • node scripts/generate-readme.mjsREADME.md regenerated and committed (one row added under Observability)
  • Category/slug match their folders; homepage_url/repository_url/package_url all https

Disclosure: I maintain OrcaReplay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant