PluginBench
MCP Server

io.github.RCOLKITT/vasperamemory MCP Server

io.github.RCOLKITT/vasperamemory

What is the io.github.RCOLKITT/vasperamemory MCP server?

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

How to install io.github.RCOLKITT/vasperamemory

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VASPERA_API_KEY
    secret

    Your VasperaMemory API key from vasperamemory.com

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vasperamemory": {
      "command": "npx",
      "args": [
        "-y",
        "vasperamemory"
      ],
      "env": {
        "VASPERA_API_KEY": "<YOUR_VASPERA_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vasperamemory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vasperamemory"
      ],
      "env": {
        "VASPERA_API_KEY": "<YOUR_VASPERA_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add vasperamemory --env VASPERA_API_KEY=<YOUR_VASPERA_API_KEY> -- npx -y vasperamemory

Related MCP servers

Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings.

View repository →

Enterprise certification for codebases with multi-agent security, reliability, and quality audits

View repository →