What's new
Zero-config MCP server launch for MCP discovery platforms (Glama, Smithery) and first-time users.
Added
compiled-memory-mcp/agent-knowledge-mcp— single-command MCP entry points. Noak mcpsubcommand needed.- Default vault path —
~/.agent-knowledge/vaultauto-created when no path is given. Honours$AGENT_KNOWLEDGE_VAULT. Dockerfile— multi-stage Python 3.11-slim image,compiled-memory-mcpas ENTRYPOINT,/data/vaultas volume.
Changed
ak mcp <vault_path>—vault_pathis now optional (was required).
Install
pip install -U compiled-memoryRun
compiled-memory-mcp # default vault: ~/.agent-knowledge/vault
compiled-memory-mcp /path/to/my/vault # explicit path
AGENT_KNOWLEDGE_VAULT=/data compiled-memory-mcp # env varDocker
docker build -t compiled-memory:0.3.1 .
docker run -i --rm -v cm-vault:/data/vault compiled-memory:0.3.1All 427 tests pass on Python 3.10–3.13. See CHANGELOG.md for full details.