loading…
Search for a command to run...
loading…
AutoMem MCP provides persistent memory for AI assistants, enabling them to recall information across conversations and platforms with graph-vector retrieval.
AutoMem MCP provides persistent memory for AI assistants, enabling them to recall information across conversations and platforms with graph-vector retrieval.
One command. Infinite memory. Perfect recall across all your AI tools.
npx @verygoodplugins/mcp-automem setup
Your AI assistant now remembers everything. Forever. Across every conversation.
Works with Claude Desktop, Cursor IDE, Claude Code, GitHub Copilot (coding agent), ChatGPT, ElevenLabs, OpenAI Codex, 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 |
| 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
Git commits, builds, and deployments automatically stored to memory
OpenAI Codex uses config.toml to automatically recall and store memories
// After 1 week, your AI writes EXACTLY like you
// ✅ It knows you prefer early returns
// ✅ It uses your specific variable naming
// ✅ It matches your comment style
// ✅ It follows YOUR patterns, not generic best practices
User: "Should we use Redis for this?"
Without AutoMem:
"Consider RabbitMQ, Kafka, or AWS SQS based on your needs..."
With AutoMem:
"Based on your pattern of preferring boring technology that works,
and your positive experience with Redis in Project X (March 2024),
yes. You specifically value operational simplicity over feature
richness - Redis fits perfectly."
You need a running AutoMem service (the memory backend). Choose one:
Option A: Local Development (fastest, free)
git clone https://github.com/verygoodplugins/automem.git
cd automem
make dev
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.
# Guided setup - creates .env and prints config for your AI platform
npx @verygoodplugins/mcp-automem setup
When prompted:
http://localhost:8001 (or your Railway URL if deployed)The wizard will:
.envFor Claude Desktop:
# Setup prints config snippet - just paste into claude_desktop_config.json
npx @verygoodplugins/mcp-automem setup
Then paste templates/CLAUDE_DESKTOP_INSTRUCTIONS.md into Claude Desktop → Settings → Profile → Personal Preferences.
For Cursor IDE:
# Or use CLI to install automem.mdc rule file
npx @verygoodplugins/mcp-automem cursor
Note: After one-click install, configure your
AUTOMEM_API_URLin~/.cursor/mcp.jsonor Claude Desktop config
For Claude Code:
# Installs SessionStart hook and MCP permissions
npx @verygoodplugins/mcp-automem claude-code
This is the supported Claude Code integration path.
On Windows, this compatibility path currently assumes a POSIX shell environment such as Git Bash, MSYS2, or WSL. bash, jq, and Python must be available. This is not full native Windows hook support yet.
# In Claude Code, install the plugin:
/plugin marketplace add verygoodplugins/mcp-automem
/plugin install automem@verygoodplugins-mcp-automem
The marketplace plugin is deprecated and kept only as a migration bridge for one release. Use npx @verygoodplugins/mcp-automem claude-code for new installs.
Migration details: DEPRECATION.md
For OpenAI Codex:
# Add to your Codex MCP configuration
npx @verygoodplugins/mcp-automem config --format=json
# Optional: add memory-first rules to this repo
npx @verygoodplugins/mcp-automem codex
For Google Antigravity:
... menu at the top of the editor's agent panelManage MCP Servers and then View raw config~/.gemini/antigravity/mcp_config.jsonmemory server is available👉 Google Antigravity Setup for the full flow and verification steps
👉 Full Installation Guide for detailed MCP client and platform-specific setup
You can now connect AutoMem to platforms that support remote MCP via Streamable HTTP (recommended) or SSE transport via an optional sidecar service (deployable to Railway or any Docker host).
Quick connect URLs (after deploying the sidecar):
https://<your-mcp-domain>/mcp?api_token=<AUTOMEM_API_TOKEN>https://<your-mcp-domain>/mcp/sse?api_token=<AUTOMEM_API_TOKEN>https://<your-mcp-domain>/mcp with header Authorization: Bearer <AUTOMEM_API_TOKEN>See the Installation Guide for complete steps and deployment options.
ChatGPT Developer Mode: Add your MCP endpoint as a custom connector
ChatGPT using AutoMem memories via remote MCP
Claude.ai website connected to AutoMem via remote MCP
Claude Mobile (iOS) connected to AutoMem via remote MCP
| Timeline | What Your AI Learns |
|---|---|
| Hour 1 | Starts capturing your patterns |
| Day 1 | Learns your decision factors |
| Day 3 | Recognizes your coding style |
| Week 1 | Writes in your voice |
| Week 2 | Makes decisions like you would |
┌─────────────────────────────────────────────┐
│ Your AI Platforms │
│ Claude Desktop │ Cursor │ Claude Code │
└──────────────┬──────────────────────────────┘
│ MCP Protocol
▼
┌──────────────────────────────────────────────┐
│ @verygoodplugins/mcp-automem (this repo) │
│ • Translates MCP calls → AutoMem API │
│ • Platform integrations & rules │
│ • Handles authentication │
└──────────────┬───────────────────────────────┘
│ HTTP API
▼
┌──────────────────────────────────────────────┐
│ AutoMem Service (separate repo) │
│ github.com/verygoodplugins/automem │
│ ┌────────────┐ ┌────────────┐ │
│ │ FalkorDB │ │ Qdrant │ │
│ │ (Graph) │ │ (Vectors) │ │
│ └────────────┘ └────────────┘ │
└──────────────────────────────────────────────┘
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.exclude_tags to filter out unwanted scopes.associate_memories — Create relationships (11 public authorable types; recall results may also include read-only system relations)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 statusMulti-hop Reasoning - Answer complex questions like "What is Amanda's sister's career?"
mcp__memory__recall_memory({
query: "What is Amanda's sister's career?",
expand_entities: true, // Finds "Amanda's sister is Rachel" → memories about Rachel
});
Context-Aware Coding - Recall prioritizes language and style preferences
mcp__memory__recall_memory({
query: "error handling patterns",
language: "typescript",
context_types: ["Style", "Pattern"],
});
automem.mdc in .cursor/rules/)Before AutoMem:
"Consider adding error handling here."
After AutoMem:
"Missing your standard try/except pattern. Based on your PR#127
review comments, you always wrap database calls with specific
logging for timeouts. Apply the same pattern here?"
Before AutoMem:
"Both approaches have tradeoffs..."
After AutoMem:
"You chose PostgreSQL over MongoDB for similar use case in Q1 2024.
Your decision memo cited team expertise and operational simplicity.
Same factors apply here - go with Postgres."
The AutoMem service implements cutting-edge 2025 research:
This MCP package provides the bridge between your AI and that research-validated memory system.
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?
npx @verygoodplugins/mcp-automem setup
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.
Выполни в терминале:
claude mcp add mcp-automem -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai