Built for debugging agentic workflows step by step. Gives you three core operations: start_recording to capture a session, record_step to log each action with state snapshots, and replay_step to deterministically rerun individual steps or entire sequences. The big win is deterministic replay, so you can reproduce bugs without guessing what the agent was thinking three steps ago. Ships with EU AI Act compliance hooks baked in (audit trails, transparency logging), which matters if you're building anything that needs to explain itself later. Install via pip or uvx, runs over stdio. Reach for this when your agent chain breaks in production and you need more than print statements to figure out why.
mcp-name: io.github.CSOAI-ORG/agent-replay-debugger-mcp
Agent Replay Debugger MCP - step-debug + deterministic replay + signed audit evidence
Agent Replay Debugger MCP - step-debug + deterministic replay + signed audit evidence. MIT. By MEOK AI Labs.
# Install via pip
pip install agent_replay_debugger_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install agent-replay-debugger-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"agent-replay-debugger-mcp": {
"command": "uvx",
"args": ["agent-replay-debugger-mcp"]
}
}
}
Or: pip install agent-replay-debugger-mcp then run the agent-replay-debugger-mcp command (stdio transport).
Once configured, ask your assistant, for example:
start_recording to …"record_step to …"replay_step to …"io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent