The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Krimto listing page.
Open-source memory for AI coding agents you own in git — governed by a real user→team→org hierarchy, not a vendor database. Solo to team. Apache-2.0.
Your agent's memory, as markdown in your own git — synced across every editor and machine. Tell your agent "remember X" in any editor and it saves a durable, attributable fact; ask later — in a new chat, a different editor, or on another machine — and it recalls the right answer. One command, no account, no vendor database: your memory follows you.
You own it: every fact is a plain markdown file in a git repo you control — readable, reviewable in a
PR, and yours. When a teammate joins, that same memory becomes a shared team brain governed by a real
user → team → org hierarchy (the most specific scope wins at recall) — the one primitive no other
memory tool ships. Solo is free; the governance is what you grow into.
One npx command sets it up; then your agent saves a fact in Claude Code and recalls it in Cursor —
no account, no database:

Three short demos — solo (remember in Claude Code, recall in Cursor), cross-machine (write,
git push, recall on another laptop), and team (a teammate's fact reaches you; your personal notes
stay yours).
Because every memory is just a file in your git, you can read it yourself — no API, no dashboard needed:
That's the whole bet: your agent's memory is plain markdown in a git repo you own — not rows in someone else's database.
git log the
audit trail, edit it in any editor, review it in a pull request. No vendor database, no lock-in.user → team → org hierarchy. Knowledge is scoped to a person, a team, or the whole
company, and the most specific scope wins at recall — a server-enforced primitive no other memory
tool ships for free.The setup wizard detects your editor, wires it up, and turns on automatic memory. Then, in any chat:
Open a new chat and ask:
See your notes with krimto notes (terminal) or krimto ui (browser dashboard). Your data lives in
~/.krimto — the same folder no matter which project you're working in.
krimto init wires supported editors for you. What auto-connects vs. needs one copy-paste step:
| Editor | Setup |
|---|---|
| Cursor | auto-connects |
| Claude Code | auto-connects |
| Codex | manual snippet |
| Gemini CLI | manual snippet |
To connect any MCP client manually, point it at Krimto over stdio:
…or the config-file form (Cursor, Codex, Gemini CLI, etc. use the same shape):
By default an agent uses Krimto only when you ask. Running krimto init once in your project drops a
standing rule so it uses Krimto on its own.
Prefer Claude Code's plugin system? Add Krimto's marketplace and install it directly:
This bundles the MCP server together with Krimto's skills, the /krimto-status command, and the
memory hooks — no separate krimto init needed.
Three layers, one source of truth:
user / team / org).When you're ready to share memory with teammates:
This walks you through an admin email, your org/team name, an optional shared git remote, and teammate invites — then prints a join command for each teammate:
Teammates can connect to one shared server, or each run their own Krimto synced over a shared git
remote. Personal and team notes live together and sync as a unit. Step back to solo any time with
krimto team disband (your notes are preserved).
Krimto runs anywhere Node 20+ runs.
Run npx @krimto-labs/krimto --help for the full command surface.
v0.2 (current) ships the memory core, teams, the web dashboard, and the cross-vendor MCP server. Next: OAuth sign-in and a pull-request approval flow (v0.3), then a hosted Krimto Cloud (v1.0). See ROADMAP.md.
Contributions welcome — see CONTRIBUTING.md and our Code of Conduct. Security reports: SECURITY.md.
Licensed under Apache-2.0. The same code is self-hostable by a solo developer or an enterprise — no tier walls.