Self-hostable cloud coding agent from the Roo Code team — investigates repos, verifies its own work and opens pull requests, driven from Slack, Teams, Discord or Telegram rather than an IDE.
MemoryCustodian
Summary
Open-source, repo-native project memory for coding agents, stored as plain Markdown.
Screenshots
Description
MemoryCustodian gives coding agents like Claude Code, Codex, and Gemini durable project memory without a hosted service or ever-growing prompt files. Decisions, constraints, rejected approaches, and other project context are stored as plain Markdown files inside docs/memory/ in the repository itself, so they can be reviewed, diffed, versioned, and deleted exactly like code.
A manifest-based routing system loads only the memory relevant to the current task instead of dumping the entire history into every prompt, keeping context windows lean as a project grows. The core protocol is built around a small set of files, manifest.md, brief.md, decisions.md, constraints.md, do-not-use.md, and inbox.md, giving teams a consistent, human-readable place to capture why a codebase looks the way it does instead of losing that reasoning in old chat transcripts.
MemoryCustodian is MIT-licensed, works offline with Python's standard library only, and installs directly into Claude Code, Codex, and Gemini via a simple install script, making it a lightweight fit for teams frustrated that every new agent session forgets the context from the last one.
Reviews
Similar App Suggestions
An Apache-2.0 TypeScript framework for building AI agents — workflows, memory, RAG and evals — with a local studio and an agentic software factory on top.
AI design engineer that generates distinctive UI designs and production code inside your own repo, Figma and design system.
Menu-bar LLM inference server for Apple Silicon, with continuous batching and tiered KV caching that keeps local models fast enough for real coding work.
Open-source local inference server that profiles your hardware, picks models that fit, and points your coding agent at them — free, private and offline.