Skip to content
Grok

mcp codeaudit for Grok

io.github.infoinlet-marketplace/mcp-codeaudit

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

client:Grok transport:stdio runtime:npm

Install mcp codeaudit in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-codeaudit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-codeaudit"
      ]
    }
  }
}

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

mcp codeaudit in other clients