Skip to content
Zed

context sync for Zed

io.github.intina47/context-sync

Universal AI Memory - Sync context across Claude, VsCode, Cursor, Continue, Windsurf, Zed & more

client:Zed transport:stdio runtime:npm

Install context sync in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "context-sync": {
      "command": "npx",
      "args": [
        "-y",
        "@context-sync/server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

context sync in other clients