Skip to content
Zed

zsh tool for Zed

io.github.arktechnwa/zsh-tool

Zsh for Claude Code. PTY mode lets Claude type passwords. NEVERHANG + A.L.A.N.

client:Zed transport:stdio runtime:pypi

Install zsh tool 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": {
    "zsh-tool": {
      "command": "uvx",
      "args": [
        "zsh-tool-mcp"
      ],
      "env": {
        "ALAN_DB_PATH": "<ALAN_DB_PATH>"
      }
    }
  }
}

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

zsh tool in other clients