CogniLayer v4 — Summary
CogniLayer v4 is a Python MCP server with 41 tools spanning memory management, code intelligence (tree-sitter AST), safety gates (Identity Card system), and a novel multi-agent orchestration protocol. The claimed token savings are 80-200K+ tokens/session via a subagent memory protocol where research subagents compress 40K-token findings into 500-token summaries stored in SQLite, plus semantic search replacing file reads (3 targeted queries at ~800 tokens vs 15 file reads at ~60K tokens).
The "14 Fact Types" memory model (error_fix, gotcha, api_contract, decision, pattern, procedure, etc.) with heat-decay relevance scoring and "Session Bridges" for crash recovery distinguish it from simpler key-value memory stores. It installs via python install.py, ships a Textual TUI dashboard with 8 tabs, integrates with both Claude Code and Codex CLI, and generates AGENTS.md instructions for Codex compatibility.
Compared to seeds, CogniLayer is closest to ccmemory (typed facts, graph relationships) but adds code intelligence (tree-sitter code_context, code_impact), a TUI dashboard, multi-agent orchestration tools, and a safety layer (Identity Card deployment guards). Unlike ccmemory's Neo4j + Docker, CogniLayer uses SQLite with optional vector search (fastembed sqlite-vec). The explicit "80-200K+ tokens saved" claim is verbatim from the README and is the most specific token-reduction claim in this batch.