Skip to content
Grok

code guard mcp for Grok

io.github.mlawsonking/code-guard-mcp

Security scan for AI-generated code: injection, SSRF, secrets, weak crypto, unsafe deserialization.

client:Grok transport:stdio runtime:npm

Install code guard mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "code-guard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mlawsonking/code-guard-mcp"
      ]
    }
  }
}

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

code guard mcp in other clients