terragrunt-mcp-server
Verified Safeby nataliagranato
Overview
A specialized Model Context Protocol (MCP) server for analyzing and validating Terragrunt projects, providing intelligent analysis directly in compatible IDEs.
Installation
npm startSecurity Notes
This is a local analysis server. No direct external network risks were identified. The primary security consideration relates to the parsing and analysis of potentially untrusted HCL/YAML configuration files, which is an inherent part of its function. Ensure the environment where it processes files is secure.
Similar Servers
tfmcp
A CLI tool and MCP server that enables LLMs to analyze, manage, and operate Terraform configurations and infrastructure environments.
easy-code-reader
Provides a Model Context Protocol (MCP) server for AI assistants to intelligently read Java source code from local projects and Maven dependencies, supporting decompilation and multi-module analysis.
codebadger-toolkit
A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology.
treesitter-mcp
Provides a Model Context Protocol (MCP) server and CLI for static code analysis using Tree-sitter.