contextkeeper for Cursor
io.github.therealdataboss/contextkeeper
Zero model drift between AI agents. Session continuity for Claude, GPT, Gemini, and any LLM.
client:Cursor
transport:stdio
runtime:pypi
Install contextkeeper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contextkeeper": {
"type": "stdio",
"command": "uvx",
"args": [
"contextkeeper"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs