Compartment for VS Code
io.github.maxfreedompollard/compartment
Durable agentic memory, encrypted at rest. Fully offline: no network, no API key, no cloud.
client:VS Code
transport:stdio
runtime:pypi
Install Compartment in VS Code
.vscode/mcp.json
{
"servers": {
"compartment": {
"type": "stdio",
"command": "uvx",
"args": [
"compartment"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs