Universal persistent memory for AI coding agents. Remember conventions, learn from mistakes, carry context across sessions. Works with Claude Code, Cursor, Kiro, Codex, and any MCP client.
# kōdo (コード) **Universal persistent memory for AI coding agents.** 【[English](README.md) | [中文](README.zh-CN.md)】 [](https://docs.anthropic.com/en/docs/claude-code) [](https://cursor.sh) [](https://kiro.dev) [](https://github.com/openai/codex) [](https://modelcontextprotocol.io) [](LICENSE) > Your AI coding agent forgets everything between sessions. You tell it "use ESM imports" — next session, it's back to `require()`. You fix a bug caused by missing null checks — next session, same bug. **kōdo fixes that.** An agent-agnostic memory layer that stores structured memories — conventions, mistakes, decisions, preferences, patterns — in a local SQLite database, and makes them available to **every** agent you use. One memory store. Every agent. Zero cloud. ``` kodo add -t convention -c "Always use ESM imports, never require()" kodo add -t mistake -c "Never use process.exit() in library code — throw instead" kodo learn # auto-learn from git history kodo export # sync to .cursor/ .cursor/ .kiro/ .codex/ ``` ## The Problem: AI's Amnesia Every AI coding agent starts every session with a blank slate. This means: | What happens | How it feels | |-------------|-------------| | You correct the agent's code style | It forgets next session | | You explain your architecture decisions | Gone. Every. Time. | | The agent makes a mistake you've seen before | Groundhog Day | | You switch from Cursor to Claude Code | Start over from scratch | | New team member onboards with an agent | Zero institutional knowledge | **kōdo gives your AI agent a persistent, structured, searchabl
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.