context keeper for Cursor
io.github.jarmstrong158/context-keeper
Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.
client:Cursor
transport:stdio
runtime:pypi
Install context keeper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"context-keeper": {
"type": "stdio",
"command": "uvx",
"args": [
"context-keeper-mcp"
],
"env": {
"CONTEXT_KEEPER_PROJECT": "<CONTEXT_KEEPER_PROJECT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs