We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mjrestivo16/mcp-terraform'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•417 B
# Terraform MCP Server Environment Configuration
# Default working directory for Terraform operations
# If not set, the server will use the current working directory
TERRAFORM_WORKING_DIR=/path/to/terraform/projects
# Examples:
# Windows: TERRAFORM_WORKING_DIR=C:/Users/YourName/terraform/projects
# Linux/macOS: TERRAFORM_WORKING_DIR=/home/username/terraform/projects
# Relative: TERRAFORM_WORKING_DIR=./terraform