Hooks up VibeScan's local security scanner so Claude can hunt for leaked secrets and code vulnerabilities in your projects without sending anything off your machine. You get two tools: vibescan_scan runs the full check across 14 secret categories (hardcoded credentials, cloud keys, SSH keys, .env files), flags dangerous patterns like eval() and SQL injection risks, and verifies git hygiene. vibescan_rules lists all 17 detection rules if you want to see what it's looking for. Useful when onboarding a new codebase, before commits, or when you want Claude to audit security posture during a conversation about your code.
mcp-name: io.github.Aguantar/vibescan-mcp-server
MCP server for VibeScan — scan projects for leaked secrets and security issues directly from Claude Code.
vibescan_scan — Scan a project for secrets, dangerous patterns, and git hygiene issuesvibescan_rules — List all 17 detection rulesAll scanning runs locally — your code never leaves your machine.
pip install vibescan-mcp-server
Add to your .mcp.json:
{
"mcpServers": {
"vibescan": {
"command": "vibescan-mcp-server"
}
}
}
Then ask Claude: "scan this project for security issues" or "check for leaked secrets".
MIT
com.exploit-intel/eip-mcp
dmontgomery40/pentest-mcp
pantheon-security/notebooklm-mcp-secure
cyanheads/pentest-mcp-server
io.github.akhilucky/ai-firewall-mcp