Persistent project-scoped memory for LLM agents.
Stores facts, decisions, references, status snapshots, and other project context so future agent sessions can recall them.
Machine Memory gives LLM agents a persistent, project-scoped place to store and retrieve facts, decisions, references, and short-lived status snapshots.
This repository is a monorepo:
docs/— The documentation site, built with Nimbus Docs.cli/— Themachine-memorycommand-line interface for managing memories, built with Effectapi/— Authenticated REST Worker for interacting with the memories and embeddings database, built with Effect.mcp/— MCP + GitHub OAuth Worker, built with Effect and Model Context Protocol.router/— Public edge router, built with Hono.iac/— Infrastructure as Code stack for CI, built with Alchemy.