Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ node scripts/generate-readme.mjs
| Server | Description | Transport | Links |
|---|---|---|---|
| ax | Local-first transcript and telemetry graph for AI coding agents, with read-only MCP queries for sessions, tool use, skills, costs, and dispatch/routing analytics. | stdio | [Homepage](https://github.com/Necmttn/ax)<br>[GitHub](https://github.com/Necmttn/ax) |
| OrcaReplay | Local-first record and replay of AI agent runs: captures provider traffic to an on-disk trace library and serves it over a read-only stdio MCP server with six tools (list, show, checkpoints, graph, replay, compare) for inspecting, diffing, and offline replay. | stdio | [Homepage](https://github.com/Continuum-AI-Corp/OrcaReplay)<br>[GitHub](https://github.com/Continuum-AI-Corp/OrcaReplay)<br>[Package](https://www.npmjs.com/package/orcareplay) |

### Orchestration

Expand Down
13 changes: 13 additions & 0 deletions servers/observability/orcareplay/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"slug": "orcareplay",
"name": "OrcaReplay",
"category": "observability",
"description": "Local-first record and replay of AI agent runs: captures provider traffic to an on-disk trace library and serves it over a read-only stdio MCP server with six tools (list, show, checkpoints, graph, replay, compare) for inspecting, diffing, and offline replay.",
"homepage_url": "https://github.com/Continuum-AI-Corp/OrcaReplay",
"repository_url": "https://github.com/Continuum-AI-Corp/OrcaReplay",
"package_url": "https://www.npmjs.com/package/orcareplay",
"transports": ["stdio"],
"tools": ["list", "show", "checkpoints", "graph", "replay", "compare"],
"license": "Apache-2.0",
"status": "active"
}