Skip to content
Cline

Mindswap for Cline

io.github.shiporbleed/mindswap

Local-first AI context and memory server for cross-tool coding continuity.

client:Cline transport:stdio runtime:npm

Install Mindswap 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": {
    "mindswap": {
      "command": "npx",
      "args": [
        "-y",
        "mindswap"
      ]
    }
  }
}

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

Mindswap in other clients