mcp-tf-provider-docs
If you are the rightful owner of mcp-tf-provider-docs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcp-tf-provider-docs is a configurable MCP server designed to index and serve Terraform provider documentation from a local Git repository.
The mcp-tf-provider-docs server is a specialized tool that facilitates the access and retrieval of Terraform provider documentation. By indexing documentation from a local Git repository, it enables accurate and context-aware code generation. This is particularly useful for Terraform providers like Google Cloud Platform, where APIs are frequently updated, and attributes or features may not be present in the training data. The server is written in Go and offers pre-compiled executables for macOS, Linux, and Windows, making it accessible across different operating systems. Users can also install it directly from the source if they have Go installed. Configuration is achieved through environment variables and YAML files, allowing customization for different Terraform providers. The server's primary function is to provide up-to-date documentation, which is crucial for developers working with rapidly evolving cloud services.
Features
- Configurable MCP server for Terraform documentation.
- Supports multiple operating systems with pre-compiled executables.
- Customizable through environment variables and YAML configuration.
- Indexes documentation from local Git repositories.
- Facilitates context-aware code generation.
Tools
lookup_gcp_tf_docs
Lookup Terraform documentation for Google Cloud Platform based on the provider name.