Skip to content
Zed

semantic frame for Zed

io.github.anarkitty1/semantic-frame

Token-efficient semantic compression for numerical data. 95%+ token reduction.

client:Zed transport:stdio runtime:pypi

Install semantic frame in Zed

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

{
  "context_servers": {
    "semantic-frame": {
      "command": "uvx",
      "args": [
        "semantic-frame"
      ]
    }
  }
}

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

semantic frame in other clients