📄️ MCP Server Overview and Quickstart
Run Terraback as a Terraform MCP server so AI coding agents like Claude Code, Claude Desktop, Cursor, and Windsurf can scan, codify, and verify Terraform imports for existing AWS, Azure, and GCP infrastructure. Install, register, and run your first commands.
📄️ MCP Tool Reference
Parameter tables, return values, read-only guarantees, and example calls for all six Terraback MCP tools - scan_infrastructure, detect_unmanaged, codify_resource, codify_batch, verify_plan, and list_supported_resources.
📄️ Agent Workflow
The canonical loop an AI agent follows to import existing AWS, Azure, or GCP infrastructure into Terraform using the Terraback MCP tools - list, scan, detect, codify, verify, and fix drift until clean.
📄️ Security and Credentials
How the Terraback MCP server handles credentials - read-only roles per provider, the local-first stdio posture, no telemetry, and how secrets are kept out of tool arguments.
📄️ Licensing and Limits
How Terraback license tiers apply to the MCP server - the Community codify_batch cap, offline Ed25519 license keys, TERRABACK_LICENSE, and graceful degradation with no phone-home.
📄️ MCP Server Troubleshooting
Fixes for the most common Terraback MCP server issues - missing ARM_SUBSCRIPTION_ID, missing or old Terraform, large inventory pagination, remote Terraform state backends, and stdio logging discipline.