- What is myAI?
- myAI is a self-owned, git-versioned AI memory layer and multi-agent development framework in one package. It gives any AI assistant persistent memory of your projects and decisions, plus a fleet of specialist agents and an autonomous runner. Install the CLI with `npm i -g ai-management`.
- What do you mean by AI context management?
- AI context management is the layer that carries your identity, projects, decisions, session history, and retrieval across every AI session and every tool — so an agent starts each session already knowing your context instead of from a blank slate. myAI makes that layer portable and user-owned.
- How is the brain different from other AI memory tools?
- The brain applies git semantics to memory: each session commits a compact summary, wrap-up merges it into the main line, and the next session boots with a diff of what changed. Your memory lives in a private git repo you control — local by default — rather than in someone else's cloud.
- Which AI agents does it work with?
- Any MCP-capable agent — including Claude Code, Cursor, Gemini, Codex, and opencode. One local gateway serves the same context to all of them.
- Is my data private?
- Yes. myAI is local-first: it runs in Docker on your machine, you bring your own model credentials, and your memory lives in a git repo you own. No SaaS account is required.
- How do I try it?
- Install the CLI with `npm i -g ai-management`, then run it against any repo. See it in action at ai.rummanahmed.com/showcase, the measured numbers at /proof, and the source mirror on GitHub.