Skip to content
Cursor

bash vet mcp for Cursor

io.github.temurkhan13/bash-vet-mcp

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

client:Cursor transport:stdio runtime:pypi

Install bash vet mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bash vet mcp in other clients