Skip to main content
Cloud PlatformsGo

hashicorp/terraform-mcp-server

πŸŽ–οΈπŸŽοΈβ˜οΈ - The official Terraform MCP Server seamlessly integrates with the Terraform ecosystem, enabling provider discovery, module analysis, and direct Registry API integration for advanced Infrastructure as Code workflows.

cloud-platformsofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hashicorp/terraform-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "terraform-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hashicorp/terraform-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Go
Author
hashicorp