Skip to content

maxfreedompollard/compartment

v4.9.2Apache-2.0

High-security, fully offline, encrypted vector memory for AI agents. AEAD-encrypted vault, locked by default after restart, no API key and no network at runtime.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

compartmentstdio
{
  "type": "stdio",
  "command": "compartment",
  "args": [
    "--caller",
    "agent-plugin",
    "serve"
  ],
  "cwd": "${PLUGIN_DATA}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "compartment",
  "version": "4.9.2",
  "description": "High-security, fully offline, encrypted vector memory for AI agents. AEAD-encrypted vault, locked by default after restart, no API key and no network at runtime.",
  "author": {
    "name": "Max Freedom Pollard",
    "url": "https://github.com/MaxFreedomPollard"
  },
  "homepage": "https://github.com/MaxFreedomPollard/Compartment",
  "repository": "https://github.com/MaxFreedomPollard/Compartment",
  "license": "Apache-2.0",
  "keywords": [
    "memory",
    "agent-memory",
    "encryption",
    "offline",
    "local-first",
    "vector-search",
    "privacy",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub