Odel
Tetrad

Tetrad

Local
@samoradc1RustMITUpdated 7mo ago

Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@samoradc/tetradv0.1.12

Run

npx -y @samoradc/tetrad

MCP client config

{
  "mcpServers": {
    "tetrad": {
      "command": "npx",
      "args": [
        "-y",
        "@samoradc/tetrad"
      ]
    }
  }
}