Back to directory
jashkahar/terraform-mcp-server

jashkahar/terraform-mcp-server

@jashkahar

FastMCP-based server that provides natural language interface to Terraform operations, enabling LLMs to execute Terraform commands and retrieve infrastructure information.

terraforminfrastructure-as-codeiacnatural-languagefastmcppythondevopsautomationtool

Installation & Configuration

{
  "mcpServers": {
    "terraform": {
      "command": "python",
      "args": [
        "src/main.py"
      ],
      "env": {
        "TERRAFORM_WORKSPACE": "/path/to/terraform/workspace"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15