Skip to content
Zed

rekindle for Zed

io.github.skitchy/rekindle

MCP session continuity engine. Boot reports, orientation scoring, and end-session capture. SQLite.

client:Zed transport:stdio runtime:npm

Install rekindle in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "rekindle": {
      "command": "npx",
      "args": [
        "-y",
        "rekindle"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

rekindle in other clients