A configurable MCP server that indexes and serves Terraform/Tofu provider documentation from a local Git repo to power accurate, context-aware code generation.
A configurable MCP server that indexes and serves Terraform/Tofu provider documentation from a local Git repo to power accurate, context-aware code generation. `mcp-tf-provider-docs` is designed to provide an MCP server that can provide access to Terraform resources. This requires checking out the corresponding Terraform Git repository such as [hashicorp/terraform-provider-google](https://github.com/hashicorp/terraform-provider-google) which will be used as an example in this documentation. How