terraback for Grok
io.github.bmoldo/terraback
Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.
client:Grok
transport:stdio
runtime:pypi
Install terraback in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"terraback": {
"type": "stdio",
"command": "uvx",
"args": [
"terraback"
],
"env": {
"TERRABACK_LICENSE": "<TERRABACK_LICENSE>",
"ARM_SUBSCRIPTION_ID": "<ARM_SUBSCRIPTION_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs