What is the io.github.ZUHcYa/ai-validation MCP server?
Independent AI code validation: test bias, edge cases, coverage gaps.
How to install io.github.ZUHcYa/ai-validation
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai-validation": {
"command": "npx",
"args": [
"-y",
"ai-validation-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ai-validation": {
"command": "npx",
"args": [
"-y",
"ai-validation-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-validation": {
"command": "npx",
"args": [
"-y",
"ai-validation-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ai-validation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-validation-mcp"
]
}
}
}Claude Code
claude mcp add ai-validation -- npx -y ai-validation-mcpRelated MCP servers
EU food regulatory data: additives (E-numbers), allergens, nutrition references.
View repository →