Skip to content
Zed

shell-use for Zed

io.github.kyuheon-kr/shell-use

Let agents use the shell like a human.

client:Zed transport:stdio runtime:oci

Install shell-use 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": {
    "shell-use": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kyuheon-kr/shell-use:1.0.0"
      ],
      "env": {
        "SHELL_USE_SESSIONS": "<SHELL_USE_SESSIONS>",
        "SHELL_USE_SOCKET": "<SHELL_USE_SOCKET>"
      }
    }
  }
}

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

shell-use in other clients