Um servidor Model Context Protocol (MCP) especializado em análise e validação de projetos Terragrunt na versão 0.82.3.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"terragrunt-mcp-serve": {
"command": "npx",
"args": [
"-y",
"nataliagranato/terragrunt-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add terragrunt-mcp-serve npx -y nataliagranato/terragrunt-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"terragrunt-mcp-serve": {
"command": "npx",
"args": [
"-y",
"nataliagranato/terragrunt-mcp-server"
]
}
}
}