Terragrunt MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_projectC | Análise completa de um projeto Terragrunt, incluindo estrutura, configurações e dependências |
| validate_configC | Valida arquivos de configuração Terragrunt (terragrunt.hcl, terragrunt.stack.hcl) |
| get_dependenciesB | Mapeia e analisa dependências entre módulos Terragrunt |
| check_stack_structureB | Analisa a estrutura de stacks Terragrunt e identifica problemas |
| suggest_optimizationsC | Sugere otimizações para melhorar performance e manutenibilidade |
| detect_issuesC | Detecta problemas comuns em projetos Terragrunt |
| get_project_metricsC | Coleta métricas detalhadas do projeto Terragrunt |
| find_unused_modulesB | Identifica módulos Terragrunt não utilizados ou órfãos |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools have distinct purposes (e.g., find_unused_modules focuses on orphan detection, get_dependencies on dependency mapping). However, analyze_project is broad and could potentially overlap with check_stack_structure or detect_issues, but descriptions mitigate this.
All tools follow a consistent verb_noun pattern in English (analyze, check, detect, find, get, suggest, validate), making them predictable and easy to differentiate.
With 8 tools, the server covers the main aspects of Terragrunt project analysis (structure, dependencies, validation, optimization) without being over- or underwhelming. Each tool serves a clear purpose.
The tool set covers key analysis tasks: configuration validation, dependency mapping, unused module detection, issue detection, metrics, and optimization suggestions. No obvious gaps for a static analysis server.