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

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Native · 94/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Git
Confianza
Confianza: Established
Entrada
git clone https://github.com/CodeAbra/iai-mcp.git && cd iai-mcp && bash scripts/install.sh
Comando CLI universal
npx tokrepo install d89c9d2d-c020-5fe7-89e3-f0ee62a820b5
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