claude amplifier for Cursor
io.github.sisuthros/claude-amplifier
Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud.
client:Cursor
transport:stdio
runtime:npm
Install claude amplifier in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claude-amplifier": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-amplifier"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs