SamoraDC/Tetrad
Tetrad is a high-performance MCP (Model Context Protocol) server written in Rust that orchestrates three AI-powered CLI code evaluation tools (Codex, Gemini CLI, Qwen) to validate all code produced by Claude Code.
Platform-specific configuration:
{
"mcpServers": {
"Tetrad": {
"command": "npx",
"args": [
"-y",
"Tetrad"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...