
Krimto
Give your coding agent durable project memory as markdown files in your repo instead of a hosted memory SaaS.
Overview
Krimto is an MCP server for the Build phase that persists AI coding-agent memory as markdown in your own git repo.
What is this MCP server?
- Stores agent memory as markdown committed in your own git repository
- Stdio MCP server via npm package @krimto-labs/krimto (v0.2.47)
- Apache-2.0 license with no vendor-owned memory database
- Fits solo builders who want portable, auditable context across machines
- Published npm package @krimto-labs/krimto at version 0.2.47
- Stdio MCP transport via npm registry
Community signal: 5 GitHub stars.
What problem does it solve?
Agents forget project context every session unless you paste the same notes again or pay for opaque hosted memory.
Who is it for?
Solo builders who want agent memory they own, diff in git, and sync across machines without a vendor database.
Skip if: Teams that need enterprise RBAC memory pools, vector search over huge corpora only, or zero local repo footprint.
What do I get? / Deliverables
Your agent reads and updates versioned markdown memory in the repo so context compounds with every commit.
- Git-tracked markdown memory the agent can read and update via MCP
- Portable agent context that survives reinstalls and agent switches
Recommended MCP Servers
Journey fit
Agent memory and context persistence sit in the build phase where you wire tooling that makes every session smarter about your codebase. Krimto is agent-tooling: it extends Claude Code, Cursor, and similar agents with git-backed recall, not app UI or backend logic.
How it compares
Git-native agent memory MCP, not a hosted vector memory SaaS or a single static AGENTS.md paste.
Common Questions / FAQ
Who is Krimto for?
Indie and solo developers using MCP-enabled coding agents who want durable, repo-owned memory instead of siloed chat history.
When should I use Krimto?
When you are actively building and the agent must remember architecture decisions, conventions, and recurring tasks across sessions.
How do I add Krimto to my agent?
Register the stdio MCP entry for npm package @krimto-labs/krimto in Claude Code, Cursor, or your host’s MCP config and point it at your project workspace.