
Gitleaks Cloud - GitHub API Key Hunter & Secret Scanner
Hunt leaked API keys across GitHub. Pick a known platform (36 services: Razorpay, Stripe, AWS, OpenAI, Anthropic, Cashfree, PayU, Surepass, Decentro, Karza, Attestr, Tartan +24 more), a keyword (auto-expanded), or a regex. Scan a repo, org, or all of GitHub. PAT unlocks fast Code Search.
Server URL
https://mcp.apify.com/?tools=anshumanatrey/gitleaks-github-secret-scanner
Registry name io.github.AnshumanAtrey/gitleaks-github-secret-scanner. 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 gitleaks-github-secret-scanner "https://mcp.apify.com/?tools=anshumanatrey/gitleaks-github-secret-scanner" --header "Authorization: Bearer YOUR_APIFY_TOKEN"
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"gitleaks-github-secret-scanner": {
"url": "https://mcp.apify.com/?tools=anshumanatrey/gitleaks-github-secret-scanner",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}VS Code
Add to .vscode/mcp.json (VS Code asks for the token once):
{
"servers": {
"gitleaks-github-secret-scanner": {
"type": "http",
"url": "https://mcp.apify.com/?tools=anshumanatrey/gitleaks-github-secret-scanner",
"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.
| repo scanned | $0.02 |
| Actor start | $0.01 |