Skip to content

hardcoded credential audit for Grok

io.github.jmshinhwa/hardcoded-credential-audit

Open any config file and see every hardcoded credential — and every setting that quietly undoes your

client:Grok transport:stdio runtime:npm

Install hardcoded credential audit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hardcoded-credential-audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/hardcoded-credential-audit"
      ]
    }
  }
}

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

hardcoded credential audit in other clients