
Vasperamemory
Give Claude Code or Cursor durable memory for past decisions, code patterns, and resolved errors across sessions and repos.
Overview
VasperaMemory is an MCP server for the Build phase that gives coding assistants persistent memory via 80+ tools for decisions, patterns, and errors.
What is this MCP server?
- 80+ MCP tools for storing and querying decisions, patterns, and error history
- Persistent memory layer aimed at coding assistants (not ephemeral chat context)
- npm stdio package vasperamemory with VASPERA_API_KEY from vasperamemory.com
- Supports recurring solo-builder loops: avoid re-explaining stack choices and fixed bugs
- 80+ MCP tools (per server description)
- Transport: stdio; registry: npm identifier vasperamemory
- Server schema version 1.0.0; package version 1.40.0
What problem does it solve?
Your agent forgets yesterday’s architecture calls and bug fixes every new session, so you repeat explanations and re-debug the same issues.
Who is it for?
Indie devs running multi-week agent-assisted builds who want institutional memory without building a custom vector DB.
Skip if: Teams that forbid third-party memory APIs or need fully offline, air-gapped coding environments.
What do I get? / Deliverables
After you register VasperaMemory, your agent can read and write durable project memory so iterations build on prior decisions instead of starting cold.
- Registered stdio MCP server in your agent config
- Queryable persistent memory for decisions, patterns, and errors via 80+ tools
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server extends the coding agent itself with tooling, not a one-off app feature. Agent-tooling is where MCP servers that augment assistant context, recall, and workflow land in the journey.
How it compares
Hosted MCP memory service with 80+ tools, not a single-repo SKILL.md workflow.
Common Questions / FAQ
Who is VasperaMemory for?
Solo and small-team builders using Claude Code, Cursor, or Codex who want persistent assistant memory across sessions.
When should I use VasperaMemory?
Use it during Build and Operate when you want the agent to remember decisions, patterns, and fixed errors instead of re-deriving them each chat.
How do I add VasperaMemory to my agent?
Install the npm package vasperamemory, set VASPERA_API_KEY, add the stdio MCP server entry in Claude Code or Cursor, then restart the client.