★ 0 stars
Python
💻 Code/Dev Tools
Updated today
MCP server that vets LLM-emitted shell commands BEFORE execution — detects rm -rf in chains, package-glob removal, dd/mkfs, chmod 777, curl|bash, chained shutdown, git destructive ops. 24 rules / 8 families / sub-second / no API key. Defensive complement to MCPShell/mcp-shell/mcp-bash.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bash-vet-mcp": {
"command": "uvx",
"args": [
"bash-vet-mcp"
]
}
}
}
Run in terminal:
claude mcp add bash-vet-mcp uvx bash-vet-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bash-vet-mcp": {
"command": "uvx",
"args": [
"bash-vet-mcp"
]
}
}
}
Or install with pip: pip install bash-vet-mcp