MCP Server
io.github.temurkhan13/bash-vet-mcp MCP Server
io.github.temurkhan13/bash-vet-mcp
What is the io.github.temurkhan13/bash-vet-mcp MCP server?
Vet LLM-emitted shell commands BEFORE execution. 26 destructive-pattern rules / 8 families.
How to install io.github.temurkhan13/bash-vet-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bash-vet-mcp": {
"command": "uvx",
"args": [
"bash-vet-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"bash-vet-mcp": {
"command": "uvx",
"args": [
"bash-vet-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bash-vet-mcp": {
"command": "uvx",
"args": [
"bash-vet-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"bash-vet-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bash-vet-mcp"
]
}
}
}Claude Code
claude mcp add bash-vet-mcp -- uvx bash-vet-mcpRelated MCP servers
AI agent token-cost telemetry + 429 prediction. Per-agent attribution, anomaly + routing + quota.
View repository →MCP server for OpenClaw deployment health: gateway, resources, errors, skills, upgrades, disk.
View repository →Verify AI agent claims vs reality: inline grounding-check + swallowed-exception + transcript review.
View repository →Vet third-party AI agent extensions + agent-config files (AGENTS.md, .cursor/rules, CLAUDE.md).
View repository →AI runtime upgrade safety + provider-side regression detection (snapshot diff + fingerprint).
View repository →MCP server for cron silent-failure detection across crontab, systemd, and OpenClaw schedulers.
View repository →