skillmem for Cursor
io.github.liza-studio/skillmem
Skill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.
client:Cursor
transport:stdio
runtime:pypi
Install skillmem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skillmem": {
"type": "stdio",
"command": "uvx",
"args": [
"skillmem"
],
"env": {
"SKILLMEM_DB": "<SKILLMEM_DB>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs