EdytaKucharska/agent_recorder
A local-first flight recorder for Claude Code and MCP servers. Captures a persistent, human-readable timeline of tool calls, subagents, and skills — so you can debug, audit, and understand agent behavior. No prompts. No chain-of-thought. Just observable execution boundaries.
Platform-specific configuration:
{
"mcpServers": {
"agent_recorder": {
"command": "npx",
"args": [
"-y",
"agent_recorder"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...