Skip to content
VS Code

rekindle for VS Code

io.github.skitchy/rekindle

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

client:VS Code transport:stdio runtime:npm

Install rekindle in VS Code

.vscode/mcp.json

{
  "servers": {
    "rekindle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rekindle"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rekindle in other clients