← Index

io.github.SamoraDC/tetrad

io.github.SamoraDC/tetrad·v0.1.12·AI & LLMs
Quality Score
75
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tetrad": {
      "command": "npx",
      "args": [
        "-y",
        "@samoradc/tetrad"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tetrad": {
      "command": "npx",
      "args": [
        "-y",
        "@samoradc/tetrad"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @samoradc/tetrad
§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in AI & LLMs