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.

Install
$ go run github.com/cloudboy-jh/mimir/cmd/mimir@latest install
$ mimir setup

Requirements: Cloudflare account, OpenRouter API key, Go 1.25+, Node.js 22 + npm, Bun. To connect another machine: mimir login

Quickstart / command reference

select a command to copy

01 / install + setup

  • mimir install

    reconcile managed local artifacts

  • mimir setup [--quick]

    provision and deploy Mimir

  • mimir login

    connect 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 dashboard

    open the private dashboard

  • mimir tui

    open terminal UI

  • mimir doctor

    validate deployment and integrations

  • mimir deploy

    deploy Worker and dashboard changes

  • mimir update

    update Mimir and managed integrations