Skip to content
Zed

shellquote mcp for Zed

io.github.mukundakatta/shellquote-mcp

Safe shell argument escaping for bash, cmd.exe, and PowerShell.

client:Zed transport:stdio runtime:npm

Install shellquote mcp in Zed

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

{
  "context_servers": {
    "shellquote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/shellquote-mcp"
      ]
    }
  }
}

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

shellquote mcp in other clients