Cloudeval AI for Grok
io.github.ganakailabs/cloudeval
Cloud evaluations and reviews for Azure and static AWS CloudFormation (beta). Requires an account.
client:Grok
transport:stdio
runtime:npm
Install Cloudeval AI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cloudeval": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ganakailabs/cloudeval-cli"
],
"env": {
"CLOUDEVAL_ACCESS_KEY": "<CLOUDEVAL_ACCESS_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