Skip to content
Zed

redcon for Zed

io.github.natiixnt/redcon

Deterministic context packing for AI coding agents; measured 83% fewer input tokens, local.

client:Zed transport:stdio runtime:pypi

Install redcon in Zed

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

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

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

redcon in other clients