terraback for Cursor
io.github.bmoldo/terraback
Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install terraback in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"terraback": {
"type": "stdio",
"command": "uvx",
"args": [
"terraback"
],
"env": {
"TERRABACK_LICENSE": "<TERRABACK_LICENSE>",
"ARM_SUBSCRIPTION_ID": "<ARM_SUBSCRIPTION_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs