Model Context Protocol (MCP) server providing AI assistants with comprehensive Terragrunt documentation, code examples, and intelligent tooling for infrastructure-as-code development
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"terragrunt-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides comprehensive Terragrunt documentation and tooling integration for AI assistants like GitHub Copilot in VS Code.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for Terragrunt Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides comprehensive Terragrunt documentation and tooling integration for AI assistants like GitHub Copilot in VS Code.
This MCP server enables AI assistants to access and search the complete Terragrunt documentation, providing intelligent assistance for working with Terragrunt configurations, CLI commands, and HCL syntax. It features a robust caching system with network resilience and multiple fallback mechanisms.
New: Multi-mode architecture with 60-94% token overhead reduction for optimized AI assistant integration. Choose the mode that fits your workflow: CORE (docs), CONFIG (generation), GUIDANCE (troubleshooting), OBSERVABILITY (metrics), or FULL (all tools).
.cache/terragrunt-docs/)See Lazy Loading Documentation for performance optimization details.
See Advanced Backend Templates for enterprise configuration options.
8 consolidated tools for comprehensive Terragrunt assistance:
search_docs - Unified Documentation SearchUnified tool for all documentation search needs - semantic search, browsing sections, retrieving content, and finding code examples.
mode (string, optional): Operation mode - search, list, section, or examples (default: search)query (string, conditional): Search query text (required for search mode, optional for examples)section (string, conditional): Section name (required for section mode)detailLevel (string, optional): summary or full (default: summary)function_reference - Built-in Function ReferenceGet function details OR list all functions - unified tool for Terragrunt built-in function documentation.
function_name provided):
function_name (string): Function name (e.g., "path_relative_to_include", "get_env")