By timescale
Captures user prompts and agent responses to a Memory Engine server, enabling persistent context across sessions for AI agents.
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-engineClaude skills for the TigerData marketing team — brand voice, content review, SEO, and more.
Long-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.
Local-first persistent memory for Claude Code — 101 MCP tools, hybrid search (FTS5 + vector + MMR), bitemporal contradictions, GDPR primitives, chatlog auto-capture, multi-agent handoffs.
Persistent, user-owned memory for AI agents over hosted MCP. Remember decisions, recall project context, manage TODOs, and govern memory lifecycle across sessions.
Long-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.
Persistent memory for Claude Code — memories survive across sessions, projects, and machines
Memory compression system for Claude Code - persist context across sessions