Skip to content
Grok

secrets audit mcp for Grok

io.github.eltociear/secrets-audit-mcp

Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.

client:Grok transport:stdio runtime:oci

Install secrets audit mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "secrets-audit-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/eltociear/secrets-audit-mcp:1.0.1"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

secrets audit mcp in other clients