tetrad for Cursor
io.github.samoradc/tetrad
Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen
client:Cursor
transport:stdio
runtime:npm
Install tetrad in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tetrad": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@samoradc/tetrad"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs