Loading MCP server directory, please wait...
Cloud evaluations and reviews for Azure and static AWS CloudFormation (beta). Requires an account.
npx @getmcp/cli add io.github.ganakailabs/cloudevalRequires Node.js 18+. Community-contributed server. Review source before installing.
CLOUDEVAL_ACCESS_KEYCloudeval access key with permissions for the selected project and report reads. Create it in the Cloudeval app under Developer > API & CLI access keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ganakailabs/cloudeval": {
"command": "npx",
"args": [
"-y",
"@ganakailabs/cloudeval-cli",
"mcp",
"serve",
"readonly"
],
"env": {
"CLOUDEVAL_ACCESS_KEY": ""
}
}
}
}