mcp-tf-provider-docs

UnitVectorY-Labs/mcp-tf-provider-docs
★ 0 stars Go Code/Dev Tools Updated today
A configurable MCP server that indexes and serves Terraform/Tofu provider documentation from a local Git repo to power accurate, context-aware code generation.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tf-provider-docs": {
      "command": "go",
      "args": [
        "run",
        "github.com/UnitVectorY-Labs/mcp-tf-provider-docs@latest"
      ]
    }
  }
}

README Excerpt

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

Tools (6)

TF_CONFIGdocs_pathlookup_gcp_tf_docsmatch_patterntool_descriptiontool_name

Topics

gomcp-server