Back to Apps

Compartment
by maxfreedompollard
Encrypted, fully offline agentic memory for AI agents with local vector search and cryptographic security.
114 stars
Updated 2 days ago
Works in:Codex
Exposes:ToolsResourcesPrompts
What it does
Compartment provides a durable, encrypted-at-rest memory vault for AI agents, ensuring they retain preferences, decisions, and personal facts across sessions without relying on cloud services.
Tools
memory_search: Search for memories using hybrid vector and keyword retrieval.memory_store: Save a new atomized memory to the vault.memory_store_many: Save multiple memories in a single batch.memory_get: Retrieve a specific memory by ID.memory_recent: List the most recently added memories.memory_forget: Cryptographically shred a memory record.memory_link: Create explicit relations between entities in the memory graph.memory_relations: Query the relation graph for specific predicates.memory_status: Check the current state and record count of the vault.memory_lock: Panic lock the vault, clearing credentials from memory.
Installation
To install and integrate with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"compartment": {
"command": "compartment",
"args": ["serve"]
}
}
}
Supported hosts
Confirmed support for claude, codex, openclaw, and hermes.
Quick install
pip install compartment && compartment initInformation
- Pricing
- free
- Published
- 8/6/2026
- Updated
- 2 days ago
- stars
- 114
Categories
Choose your AI client and follow the steps below.
Codex
Run `compartment integrate openclaw` or add to mcp config.hermes
Run `compartment integrate hermes`.Claude Desktop
{"mcpServers": {"compartment": {"command": "compartment", "args": ["serve"]}}}






