Skip to content
Claude Desktop

Mindswap for Claude Desktop

io.github.shiporbleed/mindswap

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

client:Claude Desktop transport:stdio runtime:npm

Install Mindswap in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mindswap": {
      "command": "npx",
      "args": [
        "-y",
        "mindswap"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Mindswap in other clients