Skip to content

Add Rekindle MCP component for session continuity#570

Open
Skitchy wants to merge 1 commit into
davila7:mainfrom
Skitchy:add-rekindle-mcp
Open

Add Rekindle MCP component for session continuity#570
Skitchy wants to merge 1 commit into
davila7:mainfrom
Skitchy:add-rekindle-mcp

Conversation

@Skitchy
Copy link
Copy Markdown

@Skitchy Skitchy commented May 7, 2026

Summary

  • Adds Rekindle as an MCP component in devtools/ category
  • Rekindle is a local session continuity engine for Claude Code — boot reports with orientation scoring, structured end-session capture, and memory search
  • All local SQLite, zero API keys, stdio transport
  • 7 MCP tools: boot_report, end_session, store_memory, search_memory, list_memories, delete_memory, update_memory
  • Published on npm: rekindle
  • Source: Skitchy/rekindle

Component details

File: cli-tool/components/mcps/devtools/rekindle.json

Install command: npx claude-code-templates@latest --mcp rekindle

Prerequisite: Users run npx rekindle init in their project to create the local .rekindle/ directory and SQLite database before using the MCP.

Checklist

  • Valid JSON syntax
  • Kebab-case naming
  • No hardcoded secrets (no API keys required)
  • No absolute paths
  • Clear description
  • Correct category placement (devtools)
  • Tested and functional — 64 automated tests, published on npm

Summary by cubic

Adds the rekindle MCP component to enable local session continuity for Claude Code (boot reports, end-session capture, memory search) using local SQLite with no API keys.

  • Area: components (cli-tool/components/), devtools category
  • Component: rekindle MCP exposing 7 tools; runs via npx rekindle (stdio)
  • Catalog: regenerate docs/components.json
  • Env/secrets: none; install with npx claude-code-templates@latest --mcp rekindle and run npx rekindle init once to create the local DB

Written for commit 985a22e. Summary will update on new commits.

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

@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.

@github-actions github-actions Bot added the review-pending Component PR awaiting maintainer review label May 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

👋 Thanks for contributing, @Skitchy!

This PR touches cli-tool/components/** and has been marked review-pending.

What happens next

  1. 🤖 Automated security audit runs and posts results on this PR.
  2. 👀 Maintainer review — a human reviewer validates the component with the component-reviewer agent (format, naming, security, clarity).
  3. Merge — once approved, your PR is merged to main.
  4. 📦 Catalog regeneration — the component catalog is rebuilt automatically.
  5. 🚀 Live on aitmpl.com — your component appears on the website after deploy.

While you wait

  • Check the Security Audit comment below for any issues to fix.
  • Make sure your component follows the contribution guide.

This is an automated message. No action is required from you right now — a maintainer will review soon.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-pending Component PR awaiting maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant