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
    108 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    83%
    16%
    0%
    1%
    0%
    0 AWS reviews
    |
    108 external reviews
    External reviews are from G2 .
    Ashish S.

    Good for Infrastructure Automation but Has a Learning Curve

    Reviewed on Jun 04, 2026
    Review provided by G2
    What do you like best about the product?
    One of the strongest aspects of IBM Terraform is how consistently and repeatably it supports infrastructure as code. I can define infrastructure declaratively, which keeps deployments predictable and straightforward to manage in version control. I also value its multi-cloud flexibility: it works smoothly across different providers, so it fits well in hybrid environments. Reusable modules are another plus, since they help standardize configurations and cut down on duplicated work. On top of that, it integrates nicely with CI/CD pipelines, making automated infrastructure provisioning easier to set up and maintain. Overall, it boosts efficiency, reduces manual errors, and helps keep environments consistent.
    What do you dislike about the product?
    One of the main challenges I’ve faced with IBM Terraform is handling the state, especially when working in a team. If the backend and locking are not set up properly, it can easily lead to conflicts. It also took me some time to get comfortable with concepts like modules, dependencies, and state management, so the learning curve can feel a bit steep in the beginning. Debugging is another area that could be better, as the error messages are not always clear and sometimes take time to figure out. Also, as the configurations grow, things can get a bit messy without proper structure and best practices in place.
    On the positive side, integrations are quite good. I’ve used it with CI/CD tools like Jenkins and GitHub Actions, and it fits well into the pipeline for automating infrastructure deployments. Performance is generally reliable for most use cases, though I have noticed that execution can slow down a bit with larger or more complex setups.
    For onboarding, the documentation is helpful, but as a new user, I felt it could use more practical examples or guided steps to make it easier to get started. From an ROI perspective, it definitely helps reduce manual work and keeps environments consistent, which is valuable when managing multiple setups.
    In terms of UI/UX, since it is mostly code-driven, it works well for developers but might not feel very intuitive for someone expecting a graphical interface. Better visualization of infrastructure would be a useful improvement.
    As for AI features, there isn’t much built-in intelligence right now. It would be helpful if it could suggest fixes, provide smarter error explanations, or give recommendations while writing configurations.
    What problems is the product solving and how is that benefiting you?
    In my experience, IBM Terraform helps solve the problem of managing infrastructure manually, which can be time-consuming and error-prone. Before using it, setting up environments across dev, QA, and production used to require a lot of manual effort and often led to inconsistencies. With Terraform, we are able to define everything as code, which makes deployments more predictable and repeatable.
    It has also helped us handle multi-environment setups more efficiently by reusing configurations and maintaining consistency across environments. Integration with CI/CD pipelines has made it easier to automate infrastructure provisioning along with application deployments, reducing the overall deployment time.
    Another key benefit is better version control and tracking of infrastructure changes, which improves visibility and reduces the risk of configuration drift. Overall, it has improved productivity, reduced manual errors, and made it easier for the team to collaborate on infrastructure changes in a structured way.
    Consumer Services

    Clean, Predictable Infrastructure Setup with Terraform

    Reviewed on Jun 03, 2026
    Review provided by G2
    What do you like best about the product?
    I like how Terraform makes infrastructure setup feel clean and predictable.
    It saves time by letting teams manage cloud resources through simple, reusable code
    What do you dislike about the product?
    Sometimes the error messages feel a bit unclear, so debugging failed plans can take more time than expected
    What problems is the product solving and how is that benefiting you?
    It solves the problem of manually creating and tracking cloud infrastructure. It helps me keep deployments consistent, reduce mistakes, and manage changes faster through code
    Prerana S.

    User-Friendly Tool with Smooth Cloud Integration

    Reviewed on Jun 02, 2026
    Review provided by G2
    What do you like best about the product?
    I find IBM Terraform easy to work with and user-friendly. The ease of use makes it more engaging through user interaction, especially with AI enhancements.
    What do you dislike about the product?
    I sometimes encounter database loading time issues. These runtime issues seem to occur occasionally, which can be a bit of a hassle.
    What problems is the product solving and how is that benefiting you?
    It solves cloud services data storage issues.
    Naga Sandeep Reddy D.

    Terraform: The Best Way to Manage Infrastructure Efficiently

    Reviewed on May 29, 2026
    Review provided by G2
    What do you like best about the product?
    Terraform is best way for managing infrastructure efficiently
    What do you dislike about the product?
    Understanding syntax and managing the configuration files
    What problems is the product solving and how is that benefiting you?
    Integration with existing IBM tools
    Information Technology and Services

    Declarative, Versioned Infrastructure That Scales Reliably Across Clouds

    Reviewed on May 28, 2026
    Review provided by G2
    What do you like best about the product?
    One thing I like best about Terraform is how it lets teams manage cloud infrastructure declaratively and consistently across environments. The ability to version infrastructure in code, review changes through pull requests, and provision resources across AWS, Azure, and GCP using a common workflow makes deployments much more reliable and scalable.
    What do you dislike about the product?
    One challenge with Terraform is that managing complex state files and debugging dependency issues can become difficult as infrastructure scales. Provider version compatibility and lengthy plan/apply cycles in large environments can also slow down development workflows at times.
    What problems is the product solving and how is that benefiting you?
    Terraform helps solve the problem of manually provisioning and managing cloud infrastructure across multiple environments and services. It benefits us by making infrastructure changes repeatable, version controlled, and automated, which reduces configuration drift, improves deployment reliability, and speeds up environment setup for development and production systems.
    View all reviews