Compartment for Cursor
io.github.maxfreedompollard/compartment
Durable agentic memory, encrypted at rest. Fully offline: no network, no API key, no cloud.
client:Cursor
transport:stdio
runtime:pypi
Install Compartment in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"compartment": {
"type": "stdio",
"command": "uvx",
"args": [
"compartment"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs