Memstash gives coding agents persistent memory that works across sessions, projects, and tools. One install, and every conversation starts with the right context.
$ memstash install claude
? Install Claude Code hooks and rules? (Y/n) Y
✓ Installed recall hook for session start
✓ Installed stash hook for session end
✓ Added memstash rules to CLAUDE.md
Ready. Your agent now remembers.
$ memstash serve
MCP server listening on stdio
Connected to workspace: my-project
Local cache: 847 memories (synced)Memories are indexed with vector embeddings. Agents find relevant context by meaning, not keyword matching.
A local SQLite database caches everything on your machine. Queries are instant. Cloud syncs in the background.
Segment memories by project, team, or purpose. Each workspace is its own database, configured per-directory.
Same memory store across Cursor, Claude Code, and OpenClaw. Switch editors without losing your mind.
Share a workspace across multiple agents. Every agent sees what the others learned.
Run entirely on your own infra with an OpenAI-compatible embedding service and SQLite. No lock-in.
Run memstash install cursor|claude|openclaw to set up hooks and rules. The wizard handles everything.
As you work, your agent summarizes important context — decisions, preferences, conventions — and stashes them.
At the start of each conversation, relevant memories are recalled. The right context is there before you type.
Memories sync to the cloud for vector embedding. These index back to local SQLite for fast semantic search.
One memory store, every tool. Install once and all your agents share the same brain.
Installs Cursor rules and MCP server config. Your Cursor agent starts every session with full project context.
memstash install cursorAdds hooks and CLAUDE.md rules. Claude Code automatically recalls and stashes memories during operation.
memstash install claudeConnect multiple agents to a shared workspace. Build a hive mind where every agent benefits from collective knowledge.
memstash install openclaw# Install the CLI
$ curl -fsSL https://get.memstash.dev | sh
# Log in to memstash cloud (or self-host)
$ memstash login
# Check your config
$ memstash config
workspace: default
storage: ~/.memstash/default.db
sync: cloud (connected)
# Install for your editor
$ memstash install claude
# Start the local MCP server
$ memstash serveGive your agents the memory they deserve. Get started for free, or subscribe for cloud sync and managed embeddings.