This repository was archived by the owner on Sep 5, 2026. It is now read-only.
v2.7.0 — pip install cogmem
·
16 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
cogmem is now a pip-installable package.
Install
pip install cogmem # CLI + MCP server + verifiable-memory tools
pip install 'cogmem[recall]' # add local semantic recall
cogmem init # wire the Claude Code hooks + build the indexOr run the MCP server on demand: uvx cogmem mcp.
Highlights
- PyPI packaging (#7): the engine is now an importable
cogmempackage with acogmemconsole script and a core/[recall]dependency split (provenance tools need only cryptography + cbor2). - Full loop via pip:
cogmem initrecords the interpreter, materializes the hooks, wiressettings.json, and builds the index — sopip installgives the complete Claude Code integration, not just the CLI. Hooks now runpython -m cogmem.<module>and work for both clone and pip installs. - COGMEM_HOME isolation: runtime artifacts (recall socket, index) live under
COGMEM_HOME;note.pyand all hooks honor it. - Cross-platform daemon (#8): Linux
systemd --userservice alongside macOS launchd. - Reproducible MCP Dockerfile (#6).
- Publishing via PyPI Trusted Publishing (OIDC).
- Tests 87 → 125.