Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
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}Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
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}Automatic memory capture and injection for Claude Code via MCP Memory Service
Local-first persistent memory for Claude Code — 66 MCP tools, hybrid search (FTS5 + vector + MMR), bitemporal contradictions, GDPR primitives, chatlog auto-capture, multi-agent handoffs.
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 system for AI coding assistants — saves decisions, patterns, errors, and context across sessions via MCP
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.
Claude skills for the TigerData marketing team — brand voice, content review, SEO, and more.
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: