CLI
What is memcode?
An agentic coding CLI that remembers your codebase, so you can hand it real work and pick up where you left off.
memcode is an agentic coding CLI. You run it in a git repository, tell it what you want in plain language, and it does the work: reading code, searching, running commands, and editing files. It asks before anything risky.
Unlike a chat window, memcode remembers your project and your past sessions, so you can stop and come back later without re-explaining everything.
What you can do with it
Hand it a task and let it work:
memcode agent "add a /healthz endpoint that returns 200"Or open an interactive session and steer as you go:
memcodeFrom there you can plan a change before making it, pick a model, check what a session cost, and undo edits. See Quickstart to get going.