Skip to content
Claude Desktop

ai validation for Claude Desktop

io.github.zuhcya/ai-validation

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

client:Claude Desktop transport:stdio runtime:npm

Install ai validation in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ai-validation": {
      "command": "npx",
      "args": [
        "-y",
        "ai-validation-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ai validation in other clients