Catalog
io.github.RCOLKITT/vasperamemory
OfficialPersistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.
Persistent memory system for coding assistants tracking decisions, patterns, and errors.
README not available yet.
Install
Configuration
Environment variables
VASPERA_API_KEYsecretYour VasperaMemory API key from vasperamemory.com
claude_desktop_config.json
{
"mcpServers": {
"vasperamemory": {
"command": "npx",
"args": [
"-y",
"vasperamemory@1.40.0"
],
"env": {
"VASPERA_API_KEY": "<YOUR_VASPERA_API_KEY>"
}
}
}
}