Skip to content
Cursor

rekindle for Cursor

io.github.skitchy/rekindle

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

client:Cursor transport:stdio runtime:npm

Install rekindle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rekindle in other clients