Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 13, 2026·2 min de lectura

iai-mcp — Open-Source Memory System for AI Coding

iai-mcp is an open-source local memory layer for AI coding assistants. It runs an MCP server plus capture/recall hooks and ships benchmarks.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install d89c9d2d-c020-5fe7-89e3-f0ee62a820b5 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

iai-mcp is an open-source local memory layer for AI coding assistants. It runs an MCP server plus capture/recall hooks and ships benchmarks.

Best for: Mac developers who want ambient memory with benchmarks and hooks

Works with: macOS, Python 3.11/3.12, Node.js 18+, Claude Code or Codex CLI

Setup time: 10-25 minutes

Key facts (verified)

  • GitHub: 116 stars · 12 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: git clone https://github.com/CodeAbra/iai-mcp.git && cd iai-mcp && bash scripts/install.sh.

Main

  • Install the daemon + wrapper first, then install hooks; without hooks you get read access but not ambient capture/recall.

  • Treat iai-mcp doctor + daemon status as your safety gates before enabling it in a real project session.

  • If you care about numbers, run the repo’s benchmark modules to measure recall latency and fidelity on your machine.

Source-backed notes

  • README Install section uses bash scripts/install.sh and documents adding ~/.local/bin to PATH for iai-mcp.
  • README documents capture/recall hooks (iai-mcp capture-hooks install|status|uninstall) and shows a Codex target option.
  • README includes benchmark claims (e.g., p95 <100ms, >=99% verbatim recall at 10k) and points to bench/ modules.

FAQ

  • Is it cross-platform?: README lists macOS as supported and calls out Windows/Linux as not supported yet.
  • Does it store secrets?: It stores your captured transcript locally; treat the store directory like any sensitive developer artifact.
  • What if the daemon is down?: README describes hooks as fail-safe; session start should not block if recall returns empty.
🙏

Fuente y agradecimientos

Source: https://github.com/CodeAbra/iai-mcp > License: MIT > GitHub stars: 116 · forks: 12

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados