Skip to content
Zed

TAR Engine for Zed

io.github.qingxuantang/tar-engine

Audit AI skill safety before you ship. Static, semantic, adversarial, supply chain scans.

client:Zed transport:stdio runtime:pypi

Install TAR Engine 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": {
    "tar-engine": {
      "command": "uvx",
      "args": [
        "tar-engine"
      ],
      "env": {
        "TAR_ENGINE_URL": "<TAR_ENGINE_URL>",
        "TAR_ENGINE_BYOK_OPENAI_KEY": "<TAR_ENGINE_BYOK_OPENAI_KEY>",
        "TAR_ENGINE_BYOK_ANTHROPIC_KEY": "<TAR_ENGINE_BYOK_ANTHROPIC_KEY>"
      }
    }
  }
}

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

TAR Engine in other clients