Skip to content
VS Code

bash vet mcp for VS Code

io.github.temurkhan13/bash-vet-mcp

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

client:VS Code transport:stdio runtime:pypi

Install bash vet mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bash-vet-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bash-vet-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bash vet mcp in other clients