Skip to content
Cline

projectmem for Cline

io.github.riponcm/projectmem

Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.

client:Cline transport:stdio runtime:pypi

Install projectmem 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": {
    "projectmem": {
      "command": "uvx",
      "args": [
        "projectmem"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

projectmem in other clients