Recall

Introduction

Persistent, evidence-backed codebase context for AI coding agents.

Recall scans a repository and generates persistent, evidence-backed context that Claude Code, Codex, Gemini CLI, Cursor, and other coding agents can reuse.

Quick start

npx recall-context init
npx recall-context context --stdout

The npm package is recall-context; the command it installs is recall.

Current scope

Supported now: JavaScript, TypeScript, Node.js, NestJS, Next.js, pnpm/npm/Yarn, monorepos, both Git and non-Git repositories.

Not yet built: an MCP server, additional language ecosystems, deeper semantic (AST-based) analysis, an optional AI-assisted "why" layer, editor integrations. See the roadmap for the full list.

Learn more