> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memvid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Memvid Agents & Packages

> Official packages and tools built with Memvid to supercharge your AI workflows

Extend your AI capabilities with these official Memvid packages. Each is open-source, production-ready, and designed to solve real problems.

<CardGroup cols={2}>
  <Card title="commitreel" icon="clock-rotate-left" href="https://github.com/memvid/commitreel">
    Time travel for checkpoints. Scrub a timeline and replay any moment.
  </Card>

  <Card title="memvid-mind" icon="brain" href="https://github.com/memvid/memvid-mind">
    Give Claude Code photographic memory in one portable file
  </Card>

  <Card title="adrflow" icon="diagram-project" href="https://github.com/memvid/adrflow">
    MCP server that captures architectural decisions while you code
  </Card>

  <Card title="canvas" icon="palette" href="https://github.com/memvid/memvid">
    AI UI Kit powered by Memvid. Build AI apps in minutes.
  </Card>
</CardGroup>

***

## Official Packages

### commitreel

<Info>
  **Time travel for checkpoints**
</Info>

Record a single MV2 tape, scrub a timeline, and run any moment on demand. Perfect for debugging AI agent sessions and understanding how your agent evolved over time.

```bash theme={null}
npm install -g commitreel
```

**Features:**

* Record agent sessions as checkpoint tapes
* Visual timeline scrubbing interface
* Replay any moment instantly
* Debug complex multi-step agent workflows

<Card title="View on GitHub" icon="github" href="https://github.com/memvid/commitreel">
  Apache-2.0 License | JavaScript
</Card>

***

### memvid-mind

<Info>
  **Claude Code finally remembers. One file. Instant recall. Zero config.**
</Info>

Give Claude Code photographic memory in ONE portable file. No database, no SQLite, no ChromaDB. Just a single `.mv2` file you can git commit, scp, or share.

```bash theme={null}
# Install via Claude Code plugin marketplace
/plugin marketplace add memvid/memvid-mind
/plugin install memvid-mind
```

**Features:**

* Single-file memory persistence
* Git-friendly and portable
* Endless mode compresses tool outputs \~20x
* No database, no API keys, no cloud

<Card title="View on GitHub" icon="github" href="https://github.com/memvid/memvid-mind">
  MIT License | JavaScript/TypeScript
</Card>

***

### adrflow

<Info>
  **Capture architectural decisions while you code**
</Info>

An MCP server that captures architectural decisions while you code. Works with Claude Code, Cursor, Windsurf, and Codex. When you make decisions like "let's use Postgres" or "we should cache this", ADRFlow records them. Later you can search "why did we pick Postgres?" and get the full context back.

```bash theme={null}
npm install -g adrflow
```

**Features:**

* AI detects decisions automatically and offers to save them
* Full-text search across all decisions
* Export to MADR, Nygard, or minimal formats
* Works with Claude Code, Cursor, Windsurf, Codex, VS Code + Continue

<Card title="View on GitHub" icon="github" href="https://github.com/memvid/adrflow">
  Apache-2.0 License | TypeScript
</Card>

***

### canvas

<Info>
  **AI UI Kit powered by Memvid**
</Info>

Build AI-powered apps in minutes. A complete UI kit with React components, server utilities, and built-in memory management. Just configure and deploy.

**Features:**

* Pre-built React components for AI apps
* Server utilities for RAG pipelines
* Built-in Memvid memory management
* Deploy-ready templates

<Card title="View on GitHub" icon="github" href="https://github.com/memvid/memvid">
  Apache-2.0 License | TypeScript
</Card>

***

## Community Packages

We're building an ecosystem of Memvid-powered tools. Here's what the community is creating:

| Package             | Description                        | Author |
| ------------------- | ---------------------------------- | ------ |
| *Your package here* | Submit your Memvid-powered project | *You*  |

***

## Submit Your Package

Built something with Memvid? We'd love to feature it!

<CardGroup cols={2}>
  <Card title="Submit Your Package" icon="plus" href="https://github.com/memvid/memvid/issues/new?template=package_submission.md">
    Get your project featured in the official docs
  </Card>

  <Card title="Awesome Memvid" icon="star" href="https://github.com/memvid/awesome-memvid">
    Community-curated list of Memvid projects
  </Card>
</CardGroup>

### Submission Guidelines

To be featured, your package should:

<Steps>
  <Step title="Use Memvid">
    Built with `@memvid/sdk`, `memvid-sdk`, or the Memvid CLI
  </Step>

  <Step title="Be Open Source">
    Available on GitHub with a clear license
  </Step>

  <Step title="Have Documentation">
    README with installation and usage instructions
  </Step>

  <Step title="Solve a Real Problem">
    Useful for AI developers building with Memvid
  </Step>
</Steps>
