Skip to content
VS Code

Mindswap for VS Code

io.github.shiporbleed/mindswap

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

client:VS Code transport:stdio runtime:npm

Install Mindswap in VS Code

.vscode/mcp.json

{
  "servers": {
    "mindswap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mindswap"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Mindswap in other clients