Skip to content
Zed

bash vet mcp for Zed

io.github.temurkhan13/bash-vet-mcp

Vet LLM-emitted shell commands BEFORE execution. 26 destructive-pattern rules / 8 families.

client:Zed transport:stdio runtime:pypi

Install bash vet mcp in Zed

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

{
  "context_servers": {
    "bash-vet-mcp": {
      "command": "uvx",
      "args": [
        "bash-vet-mcp"
      ]
    }
  }
}

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

bash vet mcp in other clients