Skip to main content
Glama
nataliagranato

Terragrunt MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation4/5

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.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in English (analyze, check, detect, find, get, suggest, validate), making them predictable and easy to differentiate.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues