MCP session continuity engine. Boot reports, orientation scoring, and end-session capture. SQLite.
claude mcp add rekindle -- npx -y rekindle
claude_desktop_config.json
{
"mcpServers": {
"rekindle": {
"command": "npx",
"args": [
"-y",
"rekindle"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"rekindle": {
"command": "npx",
"args": [
"-y",
"rekindle"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rekindle": {
"command": "npx",
"args": [
"-y",
"rekindle"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"rekindle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rekindle"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"rekindle": {
"command": "npx",
"args": [
"-y",
"rekindle"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Skitchy--rekindle/reviews or the review_server meta-tool.
POST /mcp