mcp-tf-provider-docs
Verified Safeby UnitVectorY-Labs
Overview
Indexes and serves Terraform/Tofu provider documentation from a local Git repository to power accurate, context-aware code generation for MCP agents.
Installation
No command providedEnvironment Variables
- TF_CONFIG
Security Notes
The server reads file content from a configured `docs_path` and uses a regex `match_pattern` from a YAML configuration file to identify resources. Misconfiguration (e.g., `docs_path` pointing to sensitive system areas, or a malicious `match_pattern` in an untrusted config file) could lead to unintended file exposure. However, the code itself does not exhibit dynamic code execution (like `eval`), listen on network ports (it communicates via standard I/O for MCP), or contain hardcoded secrets. It relies on `os.ReadFile` and standard Go libraries, indicating generally safe coding practices for its intended function.
Similar Servers
mcp
Enables AI assistants to interact with AWS DocumentDB databases, providing tools for connection management, database/collection operations, document querying, aggregation pipelines, query planning, and schema analysis. It acts as a bridge for safe and efficient database operations through the Model Context Protocol (MCP).
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
tfmcp
A CLI tool and MCP server that enables LLMs to analyze, manage, and operate Terraform configurations and infrastructure environments.
spring-documentation-mcp-server
Provides an AI-driven Model Context Protocol (MCP) server for comprehensive access to Spring ecosystem documentation, migration guides, code examples, and project compatibility, serving as a knowledge base and tool integration for AI agents.