AI Tooling
In this section we collect AI-related tools that can support you in your AI and automation workflows. We will mainly distinguish between three categories:
- MCP Server
- Custom instructions and Agent skills
- Specification-driven Development (SDD)
MCP Server
| Name | Context | Link |
|---|---|---|
| Terraform MCP Server | Official MCP server by Hashicorp for integration with the Terraform registry APIs | https://github.com/hashicorp/terraform-mcp-server |
| OpenTofu MCP Server | MCP Server by the OpenTofu community for integration with the OpenTofu registry APIs | https://github.com/opentofu/opentofu-mcp-server |
| Terramate MCP Server | Official MCP server by Terramate for integration with the Terramate CLI and Terramate Cloud | https://github.com/terramate-io/terramate-mcp-server |
Custom instructions and Agent skills
| Name | Context | Link |
|---|---|---|
| Awesome GitHub Copilot Customizations - Terraform Conventions | Custom instructions for Terraform conventions in general | https://github.com/github/awesome-copilot/blob/main/instructions/terraform.instructions.md |
| Awesome GitHub Copilot Customizations - Terraform on SAP BTP – Best Practices & Conventions | Custom instructions for Terraform on SAP BTP | https://github.com/github/awesome-copilot/blob/main/instructions/terraform-sap-btp.instructions.md |
| HashiCorp Agent Skills | A collection of Agent skills and Claude Code plugins for HashiCorp products. The repository contains dedicated agent skills for Terraform | https://github.com/hashicorp/agent-skills |
Specification-driven Development (SDD)
| Name | Context | Link |
|---|---|---|
| Spec Kit | Generic Spec kit for Specification-driven Development provided by GitHub | https://github.com/github/spec-kit |
| IaC Spec Kit - a cloud-agnostic infrastructure as code specification toolkit | IaC tailored version of the generic Spec Kit provided by GitHub | https://github.com/IBM/iac-spec-kit |