MCP server for VibeScan — scan projects for leaked secrets and security issues
MCPpedia last refreshed this data
io.github.Aguantar/vibescan-mcp-server is an MCP server that MCP server for VibeScan — scan projects for leaked secrets and security issues. Its tool list has not been published yet over stdio, requires no API key, and scores 79/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vibescan": {
"command": "vibescan-mcp-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for VibeScan — scan projects for leaked secrets and security issues directly from Claude Code.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'vibescan-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked vibescan-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Aguantar/vibescan-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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