Memory infrastructure for agents
Private memory for coding agents
Mimir records what your coding agents attempted, which models and files were involved, what failed, and whether the work actually landed. Self-hosted inside your Cloudflare account. No Mimir account or shared backend.
$ go run github.com/cloudboy-jh/mimir/cmd/mimir@latest install
$ mimir setup
Quickstart / command reference
select a command to copy01 / install + setup
-
mimir installreconcile managed local artifacts
-
mimir setup [--quick]provision and deploy Mimir
-
mimir loginconnect another machine
02 / use
-
mimir list [filters]browse recent sessions
-
mimir search <query>search saved session memory
-
mimir session get <id>inspect one session record
-
mimir session outcome <id>record an evidenced work result
03 / manage
-
mimir dashboardopen the private dashboard
-
mimir tuiopen terminal UI
-
mimir doctorvalidate deployment and integrations
-
mimir deploydeploy Worker and dashboard changes
-
mimir updateupdate Mimir and managed integrations