← Index

io.github.RCOLKITT/vasperamemory

io.github.RCOLKITT/vasperamemory·v1.0.0·Memory & RAG
Quality Score
80
/100

Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vasperamemory": {
      "command": "npx",
      "args": [
        "-y",
        "vasperamemory"
      ],
      "env": {
        "VASPERA_API_KEY": "<your-vaspera_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vasperamemory": {
      "command": "npx",
      "args": [
        "-y",
        "vasperamemory"
      ],
      "env": {
        "VASPERA_API_KEY": "<your-vaspera_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y vasperamemory
§02  Environment variables
VASPERA_API_KEY
secret

Your VasperaMemory API key from vasperamemory.com

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG