Skip to content
Grok

ai validation for Grok

io.github.zuhcya/ai-validation

Independent AI code validation: test bias, edge cases, coverage gaps.

client:Grok transport:stdio runtime:npm

Install ai validation in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ai-validation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-validation-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

ai validation in other clients