skillmem for Cline
io.github.liza-studio/skillmem
Skill memory for coding agents: learn, recall, reinforce, decay. Local SQLite, no API key.
client:Cline
transport:stdio
runtime:pypi
Install skillmem 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": {
"skillmem": {
"command": "uvx",
"args": [
"skillmem"
],
"env": {
"SKILLMEM_DB": "<SKILLMEM_DB>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs