QuReDec for Grok
io.github.advanced-binary-operations/quredec
Evidence-backed decision briefs with citations — recommendation, confidence, risks, sources.
client:Grok
transport:stdio
runtime:pypi
Install QuReDec in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"quredec": {
"type": "stdio",
"command": "uvx",
"args": [
"quredec-mcp"
],
"env": {
"QUREDEC_API_KEY": "<QUREDEC_API_KEY>",
"QUREDEC_BASE_URL": "<QUREDEC_BASE_URL>",
"QUREDEC_MOCK": "<QUREDEC_MOCK>"
}
}
}
}
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