Skip to content
Zed

s-gw for Zed

io.github.sgateway/s-gw

Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.

client:Zed transport:stdio runtime:npm

Install s-gw in Zed

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

{
  "context_servers": {
    "s-gw": {
      "command": "npx",
      "args": [
        "-y",
        "@s-gw/s-gw"
      ]
    }
  }
}

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

s-gw in other clients