Add Rekindle MCP component for session continuity#570
Open
Skitchy wants to merge 1 commit into
Open
Conversation
Rekindle is a local MCP continuity engine that solves session orientation. It provides boot reports with gap detection and orientation scoring, structured end-session capture with typed continuity records, and memory search with BM25 ranking. All local SQLite, zero API keys. 7 MCP tools: boot_report, end_session, store_memory, search_memory, list_memories, delete_memory, update_memory. https://github.com/Skitchy/rekindle https://www.npmjs.com/package/rekindle Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@Skitchy is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
👋 Thanks for contributing, @Skitchy!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
devtools/categoryboot_report,end_session,store_memory,search_memory,list_memories,delete_memory,update_memoryComponent details
File:
cli-tool/components/mcps/devtools/rekindle.jsonInstall command:
npx claude-code-templates@latest --mcp rekindlePrerequisite: Users run
npx rekindle initin their project to create the local.rekindle/directory and SQLite database before using the MCP.Checklist
Summary by cubic
Adds the
rekindleMCP component to enable local session continuity for Claude Code (boot reports, end-session capture, memory search) using local SQLite with no API keys.cli-tool/components/), devtools categoryrekindleMCP exposing 7 tools; runs vianpx rekindle(stdio)docs/components.jsonnpx claude-code-templates@latest --mcp rekindleand runnpx rekindle initonce to create the local DBWritten for commit 985a22e. Summary will update on new commits.