mcpbeat Sign in

Rekindle MCP Server

local only

Rekindle runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 9 Aug 2026.

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

Installs per day peak 27 · avg 9 · -17% w/w
a month agotoday
49
Installs / week
npm · rekindle
4
Stars
1 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Rekindle every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rekindle -- npx -y rekindle
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rekindle": {
      "args": [
        "-y",
        "rekindle"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rekindle]
command = "npx"
args = ["-y", "rekindle"]
.cursor/mcp.json
{
  "mcpServers": {
    "rekindle": {
      "args": [
        "-y",
        "rekindle"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rekindle": {
      "args": [
        "-y",
        "rekindle"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rekindle

same job, measured the same way
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Carrierscore
by carrierscore

FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.

8 tools answering
Agentpack
by ihorponom

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

265 installs/wk local only
Session Replay
by session-replay

Read and triage bug reports captured by Session Replay for your verified domains.

answering
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
SupplyGraph.AI
by supplygraphai

Official MCP: continuous supply-chain risk monitoring and early warning, not a one-off report.

9 tools answering
EZTexting MCP
by eztexting

Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

119 installs/wk answering

Rekindle — questions

Answers built from our own checks of this server.

Why is there no uptime for Rekindle?
Rekindle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rekindle was installed 49 times last week.
How do I connect Rekindle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rekindle straight from npm; nothing to host, nothing to sign up for.
How many people use Rekindle?
The npm package rekindle was installed 49 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rekindle open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.