Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

terraback in other clients