{
  "markdown": "# vibescan-mcp-server\n\nmcp-name: io.github.Aguantar/vibescan-mcp-server\n\nMCP server for [VibeScan](https://github.com/Aguantar/vibescan) — scan projects for leaked secrets and security issues directly from Claude Code.\n\n## Features\n\n- **`vibescan_scan`** — Scan a project for secrets, dangerous patterns, and git hygiene issues\n- **`vibescan_rules`** — List all 17 detection rules\n\n### What VibeScan detects\n\n- **14 secret categories**: env files, config hardcodes, cloud credentials, Docker/infra, CI/CD pipelines, IDE settings, SSH keys, hardcoded patterns, frontend env vars, data files, doc secrets, mobile files, system configs, editor remnants\n- **Dangerous code patterns**: eval(), exec(), shell injection, SQL injection, pickle, innerHTML\n- **Git hygiene**: missing .gitignore, unignored .env/.pem/.key files\n\nAll scanning runs locally — your code never leaves your machine.\n\n## Installation\n\n```bash\npip install vibescan-mcp-server\n```\n\n## Usage with Claude Code\n\nAdd to your `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"vibescan\": {\n      \"command\": \"vibescan-mcp-server\"\n    }\n  }\n}\n```\n\nThen ask Claude: \"scan this project for security issues\" or \"check for leaked secrets\".\n\n## License\n\nMIT\n",
  "bytes": 1206,
  "sha": "be90261e14bb6f0caa3ccfa305614bfb376bc53101bcf715ae471cf8625ab8e8",
  "repo_slug": "aguantar/vibescan-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aguantar_vibescan_mcp_server_4b24618e/readme"
}