cloud-tools for Zed
io.github.munhq/cloud-tools
Multi-cloud cost, inventory and waste analysis over MCP: AWS, GCP, Cloudflare and OVH.
client:Zed
transport:stdio
runtime:npm
Install cloud-tools in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cloud-tools": {
"command": "npx",
"args": [
"-y",
"@munhq/cloud-tools"
],
"env": {
"CLOUD_TOOLS_MODE": "<CLOUD_TOOLS_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs