Model Context Protocol (MCP) server providing AI assistants with comprehensive Terragrunt documentation, code examples, and intelligent tooling for infrastructure-as-code development
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"terragrunt-mcp-serve": {
"command": "npx",
"args": [
"-y",
"omattsson/terragrunt-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add terragrunt-mcp-serve npx -y omattsson/terragrunt-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"terragrunt-mcp-serve": {
"command": "npx",
"args": [
"-y",
"omattsson/terragrunt-mcp-server"
]
}
}
}
📋 Copy