Skip to content
Zed

elesync for Zed

io.github.darknodebros/elesync

Private local-first AI workspace for shared context, knowledge, tasks, and memories

client:Zed transport:stdio runtime:pypi

Install elesync in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "elesync": {
      "command": "uvx",
      "args": [
        "elesync"
      ],
      "env": {
        "ELESYNC_DIR": "<ELESYNC_DIR>"
      }
    }
  }
}

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

elesync in other clients