Craftpipe/agent-session-replay
MCP server that captures, indexes, and replays AI coding agent sessions across Claude Code, Cursor, Codex, and other tools. Enables agents to learn from past decisions, extract reusable patterns, and audit their own workflows.
Platform-specific configuration:
{
"mcpServers": {
"agent-session-replay": {
"command": "npx",
"args": [
"-y",
"agent-session-replay"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...