Skip to content
Gemini CLI

PCI DSS v4.0.1 Compliance Checker for Gemini CLI

io.github.shyshlakov/pci-dss-mcp

PCI DSS v4.0.1 compliance scanner for Go payment services, delivered as an MCP server

client:Gemini CLI transport:stdio runtime:oci

Install PCI DSS v4.0.1 Compliance Checker in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "pci-dss-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shyshlakov/pci-dss-mcp:v0.7.1"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

PCI DSS v4.0.1 Compliance Checker in other clients