terraback for Claude Desktop
io.github.bmoldo/terraback
Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.
client:Claude Desktop
transport:stdio
runtime:pypi
Install terraback in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"terraback": {
"command": "uvx",
"args": [
"terraback"
],
"env": {
"TERRABACK_LICENSE": "<TERRABACK_LICENSE>",
"ARM_SUBSCRIPTION_ID": "<ARM_SUBSCRIPTION_ID>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs