---
title: "Overview"
description: "Setup and maintenance commands intended to be run directly by a person."
---

> Documentation Index
> Fetch the complete documentation index at: https://machine-memory.jfa.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

These commands change local configuration, provision infrastructure, or update the instructions that agents read from `AGENTS.md`.

For agent access **without** the CLI, see [MCP](/docs/mcp/overview) (OAuth, init script, and tools). Deploy the shared stack under [Infrastructure](/infrastructure/overview).

## Commands

| Command                                            | Purpose                                                                                                           |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [`--pretty`](/human/pretty)                        | Render machine-command results as readable terminal output instead of JSON.                                       |
| [`init`](/human/init)                              | Create or replace the managed memory block in `AGENTS.md` (`--local` / `--remote` / `--mcp`).                     |
| [`local`](/human/local/overview)                   | Use a repository-local SQLite database.                                                                           |
| [`local export`](/human/local/export)              | Export local memories into remote D1.                                                                             |
| [`remote setup`](/human/remote/setup)              | Save credentials for an existing authenticated Worker.                                                            |
| [`remote provision`](/human/remote/provision)      | Deploy a new Alchemy D1 stack and save its credentials. Also used for [Infrastructure](/infrastructure/overview). |
| [`keychain access`](/human/remote/keychain-access) | Configure remote credentials for sandboxed environments.                                                          |
| [`upgrade`](/human/upgrade)                        | Download and replace the installed CLI binary from the latest GitHub release.                                     |

Source: https://machine-memory.jfa.dev/human/overview/index.mdx
