mcp-terragrunt-docs

mcp-terragrunt-docs

12

The Terragrunt Docs Provider is an MCP server developed using Deno and TypeScript, focused on providing detailed documentation and GitHub issue tracking for Terragrunt users. It aims to enhance the accuracy of AI-assisted autocompletion for Infrastructure as Code (IaC) configurations.

What is the purpose of the Terragrunt Docs Provider?

The Terragrunt Docs Provider serves as an MCP server to provide AI agents with access to Terragrunt documentation and GitHub issues, enhancing the accuracy of AI autocompletion for Terragrunt configurations.

What are the prerequisites for using this MCP server?

You need to have Deno installed and a valid GitHub token set as an environment variable to access the resources provided by the server.

How can I run the MCP server using Docker?

You can build the Docker image using docker build -t mcp-terragrunt-docs . and run it with docker run -it --rm -e GITHUB_TOKEN=ghp_xxx... mcp-terragrunt-docs.

Can I use this server with Claude Desktop?

Yes, you can integrate the server with Claude Desktop by configuring the claude_desktop_config.json file with the appropriate command and environment variables.

What environment variables are required for the server?

You need to set a GitHub token as an environment variable, which can be GITHUB_TOKEN, GH_TOKEN, or GITHUB_PERSONAL_ACCESS_TOKEN.