The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP AutoMem listing page.
One command. Infinite memory. Perfect recall across all your AI tools.
Your AI assistant now remembers everything. Forever. Across every conversation.
The guided installer — npx @verygoodplugins/mcp-automem install walks you through local, hosted, or existing-endpoint setup.
Works with Claude Desktop, Cursor IDE, Claude Code, GitHub Copilot (coding agent), ChatGPT, ElevenLabs, OpenAI Codex, OpenClaw, Hermes, Grok Build, Google Antigravity - any MCP-compatible AI platform.
Every AI conversation starts from zero. Claude forgets your coding style. Cursor can't learn your patterns. Your assistant doesn't remember yesterday's decisions.
Until now.
AutoMem MCP connects your AI to persistent memory powered by AutoMem - a graph-vector memory service.
associate_memories inputs)| Platform | Support | Setup Time |
|---|---|---|
| Claude Desktop | ✅ Full | 30 seconds |
| Cursor IDE | ✅ Full | 30 seconds |
| Claude Code | ✅ Full | 30 seconds |
| GitHub Copilot | ✅ Full | 2 minutes |
| OpenAI Codex | ✅ Full | 30 seconds |
| OpenClaw | ✅ Full | 30 seconds |
| Hermes Agent | ✅ Full | 30 seconds |
| Grok Build | ✅ Full | 30 seconds |
| Google Antigravity | ✅ Full | 30 seconds |
| Any MCP client | ✅ Full | 30 seconds |
Claude automatically recalls memories using the Personal Preferences template
Cursor uses automem.mdc rule to automatically recall and store memories
Session-start recall plus LLM-judged storage: Claude decides what's durable and stores it via the memory tools
More platform walkthroughs (Codex, Hermes, Antigravity, remote MCP) live in the Installation Guide.
You need a running AutoMem service (the memory backend). Choose one:
Option A: Local Development (fastest, free)
Service runs at http://localhost:8001 - perfect for single-machine use.
Option B: Railway Cloud (recommended for production)
One-click deploy with $5 free credits. Typical cost: ~$0.50-1/month after trial.
👉 AutoMem Service Installation Guide - Complete setup instructions for local, Railway, Docker, and production deployments.
Download and double-click to install AutoMem in Claude Desktop:
⬇️ Download AutoMem for Claude Desktop (.mcpb)
After installing:
http://127.0.0.1:8001 for local)Then add the paste-ready Personal Preferences starter from templates/CLAUDE_DESKTOP_INSTRUCTIONS.md. That's it: Claude now has persistent memory and knows when to use it.
Connect your AI tools to the AutoMem service you just started.
Every change is shown in a review plan before anything is written, and each
modified file keeps a .bak backup. Add --dry-run to preview, --yes to
apply non-interactively. See the Installation Guide
for all flags.
Just need the .env + config snippets without the agent setup? Use the lighter wizard:
When prompted:
http://localhost:8001 (or your Railway URL if deployed)The wizard will:
.envFor Claude Code (plugin — recommended):
Claude Code prompts for your AutoMem URL and API key at enable time, bundles the MCP server and silent recall/store-tracking hooks, and auto-updates. Prefer hooks and permissions written directly into ~/.claude/ instead? Run npx @verygoodplugins/mcp-automem claude-code.
On Windows, the hook payload assumes a POSIX shell environment such as Git Bash, MSYS2, or WSL — only bash is required (the hooks are pure bash+sed).
For Cursor IDE:
Other platforms — Claude Desktop (one-click .mcpb above, plus the Personal Preferences template), OpenAI Codex, Hermes Agent, Grok Build, OpenClaw, Google Antigravity, and GitHub Copilot:
👉 Full Installation Guide for every platform's setup and verification steps
An optional sidecar service (deployable to Railway or any Docker host) connects AutoMem to platforms that support remote MCP over Streamable HTTP or SSE — ChatGPT (Developer Mode connectors), Claude.ai web and Claude Mobile, and ElevenLabs Agents.
👉 Remote MCP setup for deployment, connect URLs, and per-platform screenshots.
This repo (mcp-automem):
store_memory — Save memories with content, tags, importance, metadata. Two modes:
content plus optional fields, including embedding, t_valid, t_invalid, custom id.memories: [...] (≤500 items) for bulk ingestion. Per-item id/embedding/t_valid/t_invalid are not supported in batch mode.recall_memory — Three modes selected by which params you pass:
memory_id → fetches one memory by ID; updates last_accessed.tags + exhaustive: true → paginated exact-match listing for cleanup/audit workflows where ranked recall undercounts. Pair with limit (≤200) and offset; returns has_more.state_mode, recency_bias, scope_fallback, expand_respect_tags, min_score, adaptive_floor, and diagnostics such as tag_scope, score_filter, query_time_ms, vector_search, and per-result outside_tag_scope/state_replaces.associate_memories — Create relationships (11 public authorable types; recall results may also include read-only system relations). Supports single-pair mode and batch mode via associations: [...] (≤500) with relation-specific props like reason, context, resolution, observations, transformation, and role.update_memory — Modify existing memoriesdelete_memory — Two modes:
memory_id → removes one memory and its embedding.tags: [...] → bulk-delete all memories matching ANY tag (exact, case-insensitive). No dry-run; verify with recall_memory({ tags, exhaustive: true }) first.check_database_health — Monitor service health, degraded state, sync counts, vector dimensions, and enrichment diagnostics when the service provides themMulti-hop Reasoning - Answer complex questions like "What is Amanda's sister's career?"
Context-Aware Coding - Recall prioritizes language and style preferences
automem.mdc in .cursor/rules/)/plugin install, with enable-time config prompts and auto-updates$COPILOT_HOME/hooks/ or ~/.copilot/hooks/copilot-instructions.md--format cli (camelCase) or --format vscode (PascalCase)npx @verygoodplugins/mcp-automem copilot --yesThe AutoMem service implements cutting-edge 2025 research:
This MCP package provides the bridge between your AI and that research-validated memory system. The backend has also been benchmarked on the neutral Agent Memory Benchmark, including BEAM large-context scaling tiers — reproducible end to end, so you can run it yourself.
We welcome contributions! Please:
fix:, feat:, docs:, or chore:[codex] or [wip] because the squash-merge commit is taken from the PR titleMIT - Because great memory should be free.
Ready to give your AI perfect memory?
Built with obsession. Validated by neuroscience. Powered by graph theory. Works with every MCP-enabled AI.
Designed by Jack Arturo at Very Good Plugins 🧡
Transform your AI from a tool into a teammate. Start now.