project memory mcp for Cline
io.github.kaaustubh/project-memory-mcp
Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.
client:Cline
transport:stdio
runtime:npm
Install project memory mcp 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": {
"project-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@kaaustubh/project-memory-mcp"
],
"env": {
"PROJECT_MEMORY_ROOT": "<PROJECT_MEMORY_ROOT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs