kryptonclaw

armyknife-social/kryptonclaw
★ 15 stars Rust ⚙️ DevOps Updated 1mo ago
GitHub Actions & CI/CD security scanner. Detects 30+ attack patterns including HackerBot-Claw campaign vectors. CLI + MCP server + SARIF output.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kryptonclaw": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kryptonclaw"
      ]
    }
  }
}