actorly
← All MCP servers

Betterleaks Cloud - GitHub & S3 Secret Scanner

Cloud-hosted Betterleaks v1.3.1 (the successor to Gitleaks, by the original author). Scan GitHub orgs/users/repos/PRs/issues/actions/gists, single git URLs, or S3/R2 buckets. Optional live validation probes each secret against the vendor API to flag which ones are still active.

  • 4 users
  • 1 in the last 30 days
  • Developer tools

Server URL

https://mcp.apify.com/?tools=anshumanatrey/betterleaks-cloud

Registry name io.github.AnshumanAtrey/betterleaks-cloud. Streamable HTTP. Authenticate by signing in with Apify, or with an Authorization: Bearer header carrying your Apify API token.

Connect

Claude (web or desktop)

Settings, Connectors, Add custom connector. Paste the server URL above and sign in with Apify.

Claude Code

claude mcp add --transport http betterleaks-cloud "https://mcp.apify.com/?tools=anshumanatrey/betterleaks-cloud" --header "Authorization: Bearer YOUR_APIFY_TOKEN"

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "betterleaks-cloud": {
      "url": "https://mcp.apify.com/?tools=anshumanatrey/betterleaks-cloud",
      "headers": {
        "Authorization": "Bearer YOUR_APIFY_TOKEN"
      }
    }
  }
}

VS Code

Add to .vscode/mcp.json (VS Code asks for the token once):

{
  "servers": {
    "betterleaks-cloud": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=anshumanatrey/betterleaks-cloud",
      "headers": {
        "Authorization": "Bearer ${input:apify-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "apify-token",
      "description": "Apify API token",
      "password": true
    }
  ]
}

Pricing

Charged per event through your Apify account. Free Apify accounts include monthly credit.

live-validated secret$0.30
Actor start$0.05
repo scanned$0.05
finding$0.01
Code Search query (global_github mode)$0.005