mcpbeat Sign in

contextkeeper MCP Server

local only

contextkeeper runs on your own machine — the client starts it, so there is no endpoint to ping. 159 installs a week from pypi. Last commit 14 Apr 2026.

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

Installs per day peak 85 · avg 30 · -18% w/w
a month agotoday
159
Installs / week
pypi · contextkeeper
0
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check contextkeeper 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 contextkeeper -- uvx contextkeeper
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextkeeper": {
      "args": [
        "contextkeeper"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.contextkeeper]
command = "uvx"
args = ["contextkeeper"]
.cursor/mcp.json
{
  "mcpServers": {
    "contextkeeper": {
      "args": [
        "contextkeeper"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "contextkeeper": {
      "args": [
        "contextkeeper"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to contextkeeper

same job, measured the same way
vaultit
by therealdataboss

Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.

39 installs/wk local only
I
Pmat Agent
by paiml

Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode support

local only
Claude Handoff
by vasilispapg

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

887 installs/wk local only
Context Fabric
by vikas9793

Context sync layer for AI agents. Ensures continuity and eliminates memory drift automatically.

47 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

513 installs/wk local only
AI Consensus
by thestevenjohnstone

Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.

32 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

68 installs/wk local only

contextkeeper — questions

Answers built from our own checks of this server.

Why is there no uptime for contextkeeper?
contextkeeper 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 pypi package contextkeeper was installed 159 times last week.
How do I connect contextkeeper?
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 contextkeeper straight from pypi; nothing to host, nothing to sign up for.
How many people use contextkeeper?
The pypi package contextkeeper was installed 159 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is contextkeeper open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.