Skip to content
Grok

bash vet mcp for Grok

io.github.temurkhan13/bash-vet-mcp

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

client:Grok transport:stdio runtime:pypi

Install bash vet mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bash vet mcp in other clients