Skip to main content
The Memories plugin brings the Video Datalake into Claude Code and Codex — search your library, read transcripts and captions, index new videos, and pull any moment, all in natural language.

Memories-ai-labs/memories-ai-plugin

Source and marketplace on GitHub.
The plugin is thin: skill docs + commands + a config that points at our hosted MCP Server (https://mcp.memories.ai/mcp). There’s no local server to run — everything (MCP + OAuth) is hosted.

Install

Or use the /plugin menu.
On first use, a browser opens to sign in to your memories.ai account and authorize the connection — nothing to run locally.

Commands

Then just ask, or use the commands:

How it works

The plugin bundles skills + commands + MCP:
  • Host (Claude Code / Codex) is the OAuth client — opens the browser, stores the token, sends it per request.
  • The hosted MCP issues the token (your memories.ai key sealed inside, encrypted) and serves the tools. It never persists your key.
  • memories.ai is where you sign in; your API key lives there.

Requirements

A memories.ai account (free tier works). The MCP server and OAuth are hosted — there’s nothing else to install.