cloud-tools for Cursor
io.github.munhq/cloud-tools
Multi-cloud cost, inventory and waste analysis over MCP: AWS, GCP, Cloudflare and OVH.
client:Cursor
transport:stdio
runtime:npm
Install cloud-tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cloud-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@munhq/cloud-tools"
],
"env": {
"CLOUD_TOOLS_MODE": "<CLOUD_TOOLS_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs