Persistent engineering memory & session-continuity control layer for AI coding agents (Claude Code, Codex, Cursor, Gemini), built on the Model Context Protocol. Scans a repo once, remembers architecture/decisions/changes, checkpoints safely, and hands the next agent an exact continuation brief — so agents stop rescanning and losing context.
{
"mcpServers": {
"kairo": {
"command": "npx",
"args": [
"-y",
"kairo-mcp"
]
}
}
}