Skip to content

CodeAbra/iai-mcp

v2.1.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 15d 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

Windows support added for end‑to‑end operation of the engine.

Changes in this release

Feature Medium

Adds Windows support for end-to-end engine operation

Adds Windows support for end-to-end engine operation

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Medium

Fixes reliable liveness checks to prevent misreporting healthy daemon as dead on Windows

Fixes reliable liveness checks to prevent misreporting healthy daemon as dead on Windows

Source: llm_adapter@2026-07-15

Confidence: high

Bugfix Low

Fixes foresight pack to refresh only on live turns, not during historical replay

Fixes foresight pack to refresh only on live turns, not during historical replay

Source: llm_adapter@2026-07-15

Confidence: high

Full changelog

Added

  • Windows support. The engine now runs on Windows end to end. The Rust storage engine compiles and runs there through a cross-platform positional-I/O layer, and the daemon talks over a local TCP loopback with a per-start token handshake in place of a Unix socket. Community port contributed by @danielhertz1999-bit — the transport design (TCP + token with env-scoped sidecar files) and the positional-I/O seam are theirs.

Fixed

  • Reliable liveness checks. Every process-alive check now goes through one canonical probe, so a healthy daemon is never misreported as dead (previously possible on Windows).
  • Foresight on live turns only. The anticipation pack refreshes only on a live turn, not while replaying historical events.

Desktop binaries attach automatically once the build completes.

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]