Skip to content

CodeAbra/iai-mcp

v1.1.0 Feature

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

Published 1mo 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

Experimental Linux support added for building the native engine on Linux.

Changes in this release

Feature Low

Adds experimental Linux support for native engine build and systemd service installation.

Adds experimental Linux support for native engine build and systemd service installation.

Source: llm_adapter@2026-06-15

Confidence: high

Performance Low

Improves background daemon and graph-cache rebuild paths with additional resource isolation and reliability hardening.

Improves background daemon and graph-cache rebuild paths with additional resource isolation and reliability hardening.

Source: llm_adapter@2026-06-15

Confidence: high

Refactor Low

Restructures source into focused packages for cli, store, daemon, hippo, doctor, migrate, and core.

Restructures source into focused packages for cli, store, daemon, hippo, doctor, migrate, and core.

Source: llm_adapter@2026-06-15

Confidence: high

Full changelog

Added

  • Experimental Linux support. The native engine now builds on Linux (the
    Rust extension no longer hard-depends on a macOS-only acceleration backend),
    the daemon installs as a systemd user service, and the capture/recall hooks
    run on POSIX shells. scripts/install.sh handles the Linux path and the
    README documents the extra build prerequisites. Validated on macOS; Linux is
    code-complete but not yet validated end-to-end — testing and port feedback
    are welcome.

Changed

  • Source restructured into focused packages. The largest modules — cli,
    store, daemon, hippo, doctor, migrate, and core — are now packages
    with concern-grouped sub-modules instead of single large files. The public API,
    the iai-mcp / iai CLI surface, the MCP tool set, and the on-disk store
    format are unchanged; this is an internal reorganization that makes the storage,
    daemon, community-detection, and migration layers easier to read and navigate.
  • Background daemon and graph-cache rebuild paths gained additional
    resource-isolation and reliability hardening.

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]