Rekindle
JSON →A local MCP continuity engine that helps Claude Code pick up the thread across sessions.
Install
npx rekindle Tools · 10
- boot_report Runs an orientation pipeline at session start: reads identity document, scans memory stats, finds latest checkpoint, reads last transcript, surfaces open loops, surfaces PreCompact captures, detects gaps, calculates orientation score
- end_session Stores structured continuity records including checkpoint, decisions, open_loops, constraints, relational_delta, next_session_focus, preferences, and warnings
- store_memory Store with content, category, importance (1-10), and project scope
- search_memory Full-text search with BM25 ranking, boosted by importance
- list_memories Browse memories, newest first. Filter by category or project
- delete_memory Delete by ID
- update_memory Update content, category, or importance
- list_captures List PreCompact captures (optionally filter by session)
- read_capture Read a capture in summary, structured, or raw mode
- capture_now Manually capture current session context on demand
Links
★ 3 GitHub stars