PluginBench
MCP Server
Maintained
MIT

contextkeeper MCP Server

io.github.TheRealDataBoss/contextkeeper

What is the contextkeeper MCP server?

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

How to install contextkeeper

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextkeeper": {
      "command": "uvx",
      "args": [
        "contextkeeper"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "contextkeeper": {
      "command": "uvx",
      "args": [
        "contextkeeper"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "contextkeeper": {
      "command": "uvx",
      "args": [
        "contextkeeper"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "contextkeeper": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "contextkeeper"
      ]
    }
  }
}
Claude Code
claude mcp add contextkeeper -- uvx contextkeeper

Related MCP servers

vaultit

Maintained

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

0
Python
MIT
View repository →