Skip to content
Cline

projectmind for Cline

io.github.nodemint-dev/projectmind

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

client:Cline transport:stdio runtime:npm

Install projectmind 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": {
    "projectmind": {
      "command": "npx",
      "args": [
        "-y",
        "@nodemint/projectmind"
      ]
    }
  }
}

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

projectmind in other clients