Skip to content

CodeAbra/iai-mcp

v1.2.1 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 26d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-memory claude claude-code codex cursor
+14 more
encrypted episodic-memory gemini llm-memory local-first long-term-memory mcp mcp-memory mcp-server model-context-protocol persistent-memory rag-alternative sqlite vector-db

Summary

AI summary

Fixed capture-hooks install breaking MCP entry, HNSW boot‑integrity check now rebuilds stale indexes, SessionStart cache refreshes during active operation.

Full changelog

Fixed

  • capture-hooks install no longer breaks the MCP entry. It stopped wiring the wheel-bundled wrapper that shipped without its Node dependencies (it couldn't resolve @modelcontextprotocol/sdk, so the iai-mcp server failed to start after install); install now prefers a runnable wrapper. (#26)
  • HNSW boot-integrity check compares the live index element count instead of the already-repopulated label-map size, so a stale on-disk index is rebuilt rather than silently kept.
  • SessionStart cache refreshes during active (WAKE) operation, not only after a sleep cycle, so long-lived daemons serve current context.
  • macOS CI is green again — socket integration tests use short paths (Darwin AF_UNIX limit) with corrected fixtures.

Added

  • capture-hooks install --components to opt out of re-registering the SessionStart recall hook instead of always putting all three hooks back. (#26)

Thanks to @danielhertz1999-bit and @Marsu6996.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track CodeAbra/iai-mcp

Get notified when new releases ship.

Sign up free

About CodeAbra/iai-mcp

All releases →

Related context

Earlier breaking changes

  • v1.0.0 Removes previous embedded vector database, PyTorch embedding stack, and third‑party GPL/graph libraries.
  • v0.4.0 Hook log marker format changed from 'cache-hit fresh' to 'cache-hit age='
  • v0.4.0 Deferred-capture retry replaces old rename-once-and-skip behavior
  • v0.4.0 Removed 24-hour staleness cap from session-recall hook
  • v0.2.0 IAI_MCP_EMBED_QUANTIZE accepts only int8 (lowercase) or unset; other values crash daemon at startup.

Beta — feedback welcome: [email protected]