Listing Thumbnail

    Terraform MCP Server

     Info
    Deployed on AWS
    A Terraform MCP Server has been implemented to streamline workflows, allowing developers to write and validate Infrastructure as Code efficiently. This eliminates disruptive context-switching and enables faster, more confident provisioning of cloud infrastructure.
    4.7

    Overview

    The Terraform MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Terraform Registry APIs, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.

    Features

    • Terraform Provider Discovery: Query and explore Terraform providers and their documentation
    • Module Search & Analysis: Search and retrieve detailed information about Terraform modules
    • Registry Integration: Direct integration with Terraform Registry APIs
    • Container Ready: Docker support for easy deployment
    • Dual Transport Support: Both Stdio and StreamableHTTP transports

    Caution: The outputs and recommendations provided by the MCP server are generated dynamically and may vary based on the query, model, and the connected MCP server. Users should thoroughly review all outputs/recommendations to ensure they align with their organization's security best practices, cost-efficiency goals, and compliance requirements before implementation.

    Highlights

    • Seamless Terraform Registry Integration
    • Provider & Module Discovery and Analysis
    • Flexible, Deployment-Ready Architecture

    Details

    Delivery method

    Type

    Supported services

    Delivery option
    AI Agent Platform
    Container

    Latest version

    Operating system
    Linux

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Terraform MCP Server

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    N/A

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    AI Agent Platform

    Supported services: Learn more 
    • Amazon Bedrock AgentCore
    Container image

    Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.

    Version release notes

    Find the latest binaries at: https://releases.hashicorp.com/terraform-mcp-server 

    • Extracting and analyzing data from Terraform Registry

    • Automating Terraform provider, module and policy discovery

    • Getting detailed information about provider resources and data sources

    • Exploring and understanding Terraform modules

    Additional details

    Usage instructions

    Select the appropriate version of our MCP server in AWS Marketplace, then navigate to the AI agent platform to host this agent.

    On configure agent page, set the following environment variables

    • MCP_SESSION_MODE=stateless

    • MCP_CORS_MODE=strict

    • MCP_ALLOWED_ORIGINS=http://127.0.0.1:8000 

    • TRANSPORT_MODE=streamable-http

    • TRANSPORT_HOST=0.0.0.0

    • TRANSPORT_PORT=8000

    Resources

    Support

    Vendor support

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    4.7
    102 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    85%
    14%
    0%
    1%
    0%
    0 AWS reviews
    |
    102 external reviews
    External reviews are from G2 .
    Information Technology and Services

    Reliable infrastructure as Code for Cloud Automation

    Reviewed on May 14, 2026
    Review provided by G2
    What do you like best about the product?
    What i like best about Terraform is its ability to define and manage infrastructure as code in a consistent and predictable way. It makes it easy to version-control infrastructure changes, review them through code, and apply them across different envirinments. I especially value the reproducibility and the ability to automate provisioning across cloud services, which significantly reduces manual configuration and potential human errors
    What do you dislike about the product?
    What i dislike about IBM Terraform is that the learning curve can be quite steep, especially for beginners, and debugging configuration or state-related issues can sometimes be complex. It also requires careful state management, which can add overhead in larger environments
    What problems is the product solving and how is that benefiting you?
    We struggled with manually provisioning and managing cloud infrastructure across environments, which often led to inconsistencies and configuration drift. With Terraform, we can define infrastructure as code and automate provisioning in a consistent and repeatable way. This has improved deployment speed, reduced manual errors, and made infrastructure changes more predictable and easier to track through version control
    Nakul S.

    Effective multi-cloud IaC tool, but managing state can be a challenge

    Reviewed on Apr 30, 2026
    Review provided by G2
    What do you like best about the product?
    I use it to automate the deployment and management of the servers and databases that make up the back end of our enterprise data systems, such as our new Human Resource Management System and a facial recognition based attendance system. We use it to create and maintain the server and database clusters across our cloud providers to ensure our development, staging and production environments are identical.The level of automation and repeatability that it offers is great. We were doing all of the server provisioning, network rule creation, and database cluster creation for our Python stacks by hand and this was a painful work of clicks. Now, it's all written down.My favorite feature is the plan and apply. Having a simulation that tells me what will be created, changed, or deleted before anything actually happens gives me confidence, especially when we are changing the critical systems for our HRMS. And there's a huge provider ecosystem. Whether we're making changes to cloud networks, creating load balancers, or managing DNS, there's probably a provider for that. And it's provider-independent, so we aren't tied to a single provider's set of tools.
    What do you dislike about the product?
    Probably the most painful thing is dealing with the state file. If you're not set up right with remote state and state locking, things get complicated. We've spent some time scratching our heads because of state conflicts when more than one person has tried to push.And while the HashiCorp Configuration Language (HCL) isn't the most challenging to learn, it certainly takes time to get used to. Your junior team members have to come to terms with advanced state modules, for_each and dynamic blocks. Lastly, importing existing infrastructure, that you create manually, into the state file using the import command is still not a very efficient process.
    What problems is the product solving and how is that benefiting you?
    We had a lot of problems in the past where our staging environment for the attendance system was slightly different to production, and we got funky bugs sometimes. All that went away with Terraform; we simply use the same module and pass in different variables to create both environments.It took days to set up new infrastructure for HRMS modules before, with tons of manual work and ticket exchange. Now we just edit our templates, commit to a branch and our infrastructure is available in a few minutes from our CI/CD pipeline.It's comforting to know that the entire infrastructure is in version-controlled code. In the event of a catastrophic failure in a region, we can easily redeploy the entire stack in another region.
    Ankit S.

    Terraform Makes Managing Hybrid Cloud Infrastructure Easy

    Reviewed on Apr 30, 2026
    Review provided by G2
    What do you like best about the product?
    Terraform allows us to manage infrastructure centrally if we have are on hybrid clouds platforms I like it's support to multiple platforms centrally
    What do you dislike about the product?
    Some times due to changes made manually causes drift issues and creates state file goes out of sync
    What problems is the product solving and how is that benefiting you?
    It allows us manage infrastructure and applications very efficiently
    Neeraj J.

    Terraform Integrates Seamlessly with CI/CD and Multi-Cloud, with Strong Security

    Reviewed on Apr 29, 2026
    Review provided by G2
    What do you like best about the product?
    It integrates smoothly with our CI/CD pipelines. We can also reuse modules and solution templates, which makes setup and delivery much easier. It offers strong security and compliance features, and it works well across multi-cloud infrastructure.
    What do you dislike about the product?
    Overall, the product looks good. Need to improve the state file concepts.
    What problems is the product solving and how is that benefiting you?
    It enables faster infrastructure delivery and works smoothly across multi-cloud environments. I also like that it includes version control and a complete audit trail, plus reusable modules that make it easier to standardize and repeat deployments.
    Nidal S.

    Terraform: The Ultimate Tool for Organizing Infrastructure Provisioning

    Reviewed on Mar 25, 2026
    Review provided by G2
    What do you like best about the product?
    The best thing that comes to Infra teams' hands to organise the chaos of resources provisioning and managing, I can't imagine my life without TF.
    What do you dislike about the product?
    Moving away from the open-source community.
    What problems is the product solving and how is that benefiting you?
    NO ClickOPS anymore, which is helping in organising our infrastructure management across all platforms.
    View all reviews