Skip to content
Zed

Telys — on-device memory for Zed

io.github.thyn-ai/telys

Private on-device memory & retrieval for AI assistants — offline vector + lexical search.

client:Zed transport:stdio runtime:pypi

Install Telys — on-device memory in Zed

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

{
  "context_servers": {
    "telys": {
      "command": "uvx",
      "args": [
        "telys"
      ]
    }
  }
}

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

Telys — on-device memory in other clients