By timescale
Persist conversation context across sessions by capturing prompts and responses to a Memory Engine, with hooks to track usage and log interactions.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
serverMemory Engine server URL
${user_config.server}api_keyMemory Engine API key. Create one with `me apikey create` (or have an admin create one with restricted privileges for your agent).
${user_config.api_key}Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
tree_prefixLtree path prefix where captured prompts/responses are stored (e.g. `claude_code.sessions`).
${user_config.tree_prefix}Permanent memory for AI agents. Store, search, and organize knowledge across conversations.
Memory Engine gives AI coding agents a persistent memory layer they can read from and write to via MCP. Memories are organized with tree paths, tagged with metadata, and searchable by meaning (semantic), keywords (BM25), or both (hybrid via Reciprocal Rank Fusion).
curl -fsSL https://install.memory.build | sh
Alternative install methods:
brew install timescale/tap/me
npm i -g @memory.build/cli
# Authenticate
me login
# Store a memory
me memory create "Auth uses bcrypt with cost 12" --tree design.auth
# Search by meaning
me memory search "how does authentication work"
# Connect to your AI tools (Claude Code, Gemini, Codex, OpenCode)
me mcp install
Memory Engine runs as an MCP server that AI agents connect to over stdio. Each agent gets 10 tools for creating, searching, and managing memories. All data lives in PostgreSQL, using native extensions for search:
npx claudepluginhub timescale/memory-engine --plugin memory-engineLong-term memory for Claude Code — slash commands, skills, opt-in session hooks, codebase indexing, and a deep-retrieval subagent over the @memsy-io/mcp server.
Persistent memory for Claude Code — memories survive across sessions, projects, and machines
Long-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.
Deja Vu memory layer for AI applications. Add persistent memory, personalization, and semantic search to Claude workflows using the Deja Vu Platform MCP server.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.