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?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    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
    98 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    85%
    14%
    0%
    1%
    0%
    0 AWS reviews
    |
    98 external reviews
    External reviews are from G2 .
    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.
    Information Technology and Services

    Terraform Makes Infrastructure as Code Easy and Flexible Across Clouds

    Reviewed on Mar 14, 2026
    Review provided by G2
    What do you like best about the product?
    What I like most about HashiCorp Terraform is how easy it makes managing infrastructure as code. Instead of manually configuring resources in cloud consoles, everything can be defined in configuration files and version controlled.

    Terraform works very well across different cloud providers and services, which makes it extremely flexible. The plan/apply workflow is also very useful because it shows exactly what changes will happen before they are applied. This reduces mistakes and gives a lot of confidence when modifying infrastructure.

    Another big advantage is the large ecosystem of providers and modules. It integrates well with CI/CD pipelines and fits naturally into DevOps workflows.
    What do you dislike about the product?
    One downside of Terraform is that state management can become complex, especially in larger teams or projects. If the remote state isn’t configured properly, it can lead to conflicts or locking issues.

    Another challenge is that debugging certain issues can be difficult. Sometimes error messages are not very clear, particularly when dealing with dependencies between resources or provider-related problems.
    What problems is the product solving and how is that benefiting you?
    HashiCorp Terraform helps solve the problem of manually managing infrastructure across cloud environments. Instead of configuring servers, networks, and other resources through cloud dashboards, everything can be defined in code and stored in version control.

    This approach makes infrastructure much more consistent and repeatable. It reduces configuration drift between environments and makes it easier for teams to collaborate on infrastructure changes. The ability to review changes through the plan step also helps prevent mistakes before anything is applied.
    Health, Wellness and Fitness

    Easy to Learn and Extensible, but Dependency Ordering Can Get Tricky

    Reviewed on Mar 13, 2026
    Review provided by G2
    What do you like best about the product?
    The declarative nature of terraform made it overall easy to learn. The different level of providers is great in that my primary provider is for GCP and maintained in partnership with both companies. Yet at the same time time I could write a provider for something and have it available for people to use.
    What do you dislike about the product?
    By its nature it attempts to perform operations in the correct order but doesn't always get it right. This can be addressed by depends on but sometimes I've learned that I need a depends on when I'm tearing something down and it gets more complicated.
    What problems is the product solving and how is that benefiting you?
    Cloud automation through the use of IaC.
    Dave C.

    Effortless Azure Resource Deployment with Seamless Pipeline Integration

    Reviewed on Dec 09, 2025
    Review provided by G2
    What do you like best about the product?
    You can create Azure resources using code through a fully integrated pipeline that connects directly with your company's tenant. This approach streamlines the deployment process and ensures everything is managed within your organization's environment.
    What do you dislike about the product?
    It took considerable effort to grasp both the process and HCL, but the investment was worthwhile because of the powerful capabilities it offers.
    What problems is the product solving and how is that benefiting you?
    Manually creating resources is both time-consuming and prone to errors. By adopting the DevOps approach in IT, we can align our business with current best practices for managing infrastructure as code.
    SWAPNIL S.

    The Backbone of Modern Infrastructure Automation

    Reviewed on Oct 11, 2025
    Review provided by G2
    What do you like best about the product?
    Terraform makes infrastructure management truly effortless and consistent across multiple cloud providers.
    I love how it brings the concept of IaC to life where i can define, version and reuse configuration just like application code.
    The modularity and reusability of terraform modules saves huge amount of time, especially when setting up similar environments.
    Its support for multiple providers like GCP,AWS and Azure under one common syntax is a game changer.
    The plan and apply workflow in intuitive and provides confidence before making real changes to production infrastructure.
    What do you dislike about the product?
    while terraform is powerful, the learning curve can be steep for beginners, especially when dealing with complex state management or workspaces.
    sometimes, provider plugins take time to update with latest cloud service features.
    Also, resolving state file conflicts during team collaboration can be tricky if proper remote backend configuration is not set up.
    What problems is the product solving and how is that benefiting you?
    The terraform completely automated the way we manage and scale our cloud infrastructure. Earlier, provisioning resources used to be a manual and error-prone process, taking hours or even days.
    Now with terraform we can spin up entire environments within minutes using version-controlled templates. It ensures consistency across dev, staging and production and allows seamless rollbacks if something goes wrong.
    The visibility provided by terraform plan helps us predict changes safely before deployment.
    View all reviews