Guardvibe
Freeby MCP Community
Security MCP for vibe coding. 335 rules, 36 tools, CLI + doctor. Host security, auth coverage mapping, LLM-powered deep scan (IDOR/business logic), taint analys
v3.0.20Added Apr 12, 2026
mcpsecurityvibe-codingowaspvulnerability
Guardvibe MCP Server
Security MCP for vibe coding. 335 rules, 36 tools, CLI + doctor. Host security, auth coverage mapping, LLM-powered deep scan (IDOR/business logic), taint analys
Installation
Reviews
Installation
Quick install
npx -y guardvibe
Add to claude_desktop_config.json
{
"mcpServers": {
"guardvibe": {
"command": "npx",
"args": ["-y", "guardvibe"]
}
}
}