Cloudeval AI for Cursor
io.github.ganakailabs/cloudeval
Cloud evaluations and reviews for Azure and static AWS CloudFormation (beta). Requires an account.
client:Cursor
transport:stdio
runtime:npm
Install Cloudeval AI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloudeval": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ganakailabs/cloudeval-cli"
],
"env": {
"CLOUDEVAL_ACCESS_KEY": "<CLOUDEVAL_ACCESS_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs