RUN IN TERMINAL
claude mcp add amora-tetrad -- npx -y @samoradc/tetrad
ADD TO claude_desktop_config.json
{
"mcpServers": {
"amora-tetrad": {
"command": "npx",
"args": ["-y", "@samoradc/tetrad"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"amora-tetrad": {
"command": "npx",
"args": ["-y", "@samoradc/tetrad"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"amora-tetrad": {
"command": "npx",
"args": ["-y", "@samoradc/tetrad"]
}
}
}
About This MCP Server
Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.
Package
@samoradc/tetrad on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The tetrad server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.