Skip to content

v0.3.1 — Zero-config MCP launch + Docker

Latest

Choose a tag to compare

@yucx-go yucx-go released this 16 May 17:08
· 1 commit to main since this release

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. No ak mcp subcommand needed.
  • Default vault path~/.agent-knowledge/vault auto-created when no path is given. Honours $AGENT_KNOWLEDGE_VAULT.
  • Dockerfile — multi-stage Python 3.11-slim image, compiled-memory-mcp as ENTRYPOINT, /data/vault as volume.

Changed

  • ak mcp <vault_path>vault_path is now optional (was required).

Install

pip install -U compiled-memory

Run

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 var

Docker

docker build -t compiled-memory:0.3.1 .
docker run -i --rm -v cm-vault:/data/vault compiled-memory:0.3.1

All 427 tests pass on Python 3.10–3.13. See CHANGELOG.md for full details.