Skip to content
Zed

cosync local for Zed

com.olane/cosync-local

Local encryption and project setup plugin for CoSync. Keys never leave your machine.

client:Zed transport:stdio runtime:pypi

Install cosync local in Zed

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

{
  "context_servers": {
    "cosync-local": {
      "command": "uvx",
      "args": [
        "olane-cosync-local"
      ]
    }
  }
}

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

cosync local in other clients