Resources
4Install
npx skillscat add famaoai-creator/kyberion/mcp-terraform-connector Install via the SkillsCat registry.
SKILL.md
Terraform MCP Connector
This skill provides real-time access to the Terraform Registry (providers, modules, schemas) via the Model Context Protocol.
Capabilities
search_providers: Find Terraform providers in the registry.get_provider_schema: Retrieve the resource/data source schema for a specific provider.search_modules: Search for public Terraform modules.
Usage
- "Get the Terraform schema for the AWS provider (v5.0)."
- "Search for a Terraform module that deploys an S3 bucket with encryption."
Knowledge Protocol
- Default behavior queries the public Terraform Registry.
- Can be configured for private registries (e.g., TFC/TFE) by setting
TFC_TOKENin the environment.