5 days ago
Overview
GCS-Scanner-MCP-Server
This MCP Server allows LLM's to scan public GCP buckets for secrets using Gitleaks, an open source tool.
Server Config
{
"mcpServers": {
"gcs-scanner": {
"command": "python",
"args": [
"/absolute/path/to/the/MCP/Server/file.py"
]
}
}
}