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

Official Packages

commitreel

Time travel for checkpoints
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.
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

View on GitHub

Apache-2.0 License | JavaScript

memvid-mind

Claude Code finally remembers. One file. Instant recall. Zero config.
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.
# 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

View on GitHub

MIT License | JavaScript/TypeScript

adrflow

Capture architectural decisions while you code
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.
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

View on GitHub

Apache-2.0 License | TypeScript

canvas

AI UI Kit powered by Memvid
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

View on GitHub

Apache-2.0 License | TypeScript

Community Packages

We’re building an ecosystem of Memvid-powered tools. Here’s what the community is creating:
PackageDescriptionAuthor
Your package hereSubmit your Memvid-powered projectYou

Submit Your Package

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

Submission Guidelines

To be featured, your package should:
1

Use Memvid

Built with @memvid/sdk, memvid-sdk, or the Memvid CLI
2

Be Open Source

Available on GitHub with a clear license
3

Have Documentation

README with installation and usage instructions
4

Solve a Real Problem

Useful for AI developers building with Memvid