vasperamemory for Cline
io.github.rcolkitt/vasperamemory
Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.
client:Cline
transport:stdio
runtime:npm
Install vasperamemory in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vasperamemory": {
"command": "npx",
"args": [
"-y",
"vasperamemory"
],
"env": {
"VASPERA_API_KEY": "<VASPERA_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs