ConvergeQA Reviews (Critique & Iterate) for Grok
io.github.convergeqa/reviews
Multi-model Critique and Iterate document reviews with public verification receipts.
client:Grok
transport:stdio
runtime:pypi
Install ConvergeQA Reviews (Critique & Iterate) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reviews": {
"type": "stdio",
"command": "uvx",
"args": [
"convergeqa-mcp"
],
"env": {
"CONVERGEQA_API_KEY": "<CONVERGEQA_API_KEY>",
"CONVERGEQA_SERVICE_ACCOUNT_KEY": "<CONVERGEQA_SERVICE_ACCOUNT_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs