This repository was archived by the owner on Sep 5, 2026. It is now read-only.
v2.5.0 — MCP server, SCITT statements, one-command install
·
32 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
- MCP server (
cogmem mcp): stdio JSON-RPC with 8 tools —recall,note,status,verify,receipt,tree_head,progress,review_pending— plus read-only user-model and project-state resources. Every tool meets Glama TDQS 5/5: title, structured description, per-parameter docs, honest annotations, output schema, andstructuredContent. - COSE_Sign1 SCITT signed statements (byte-compatible with Holographic Memory) and RFC 6962 inclusion receipts over a signed Merkle transparency log.
- One-command installer (
install.sh): idempotent setup of the virtualenv, dependencies, thecogmemCLI, Claude Code hooks (shipped underhooks/), and a macOS warm-recall daemon. glama.jsonfor the Glama MCP directory.
Security
- Fixed a
vault/.gitignorepattern so the local vault and Ed25519 identity key are correctly ignored. - Added
SECURITY.md.
Local-first: semantic recall runs on a local model (fastembed); nothing leaves your machine.