Captures session history from Claude Code, Cursor, and Codex CLI, then exposes it through MCP tools for search, summaries, and rule extraction. The server gives agents access to `afterpaths_list_sessions` for browsing past work, `afterpaths_search` to find discussions across transcripts, and `afterpaths_show_artifacts` to trace file provenance. Useful when you want agents to learn from previous sessions without manually writing rules, or when debugging requires context from earlier conversations. Rules get extracted automatically into `.claude/rules/` based on discoveries, dead ends, and decisions. The search tool auto-escalates to raw transcripts when summary searches return nothing, so context doesn't get lost even in older sessions.
claude mcp add --transport stdio burnssa-afterpaths uvx afterpaths