cloud platforms

Tfmcp

A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state.

local
rust
cloud platforms
0
View on GitHub

Installation

npx -y nwiizo/tfmcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "tfmcp",
  "command": "npx",
  "args": [
    "-y",
    "nwiizo/tfmcp"
  ]
}

About This MCP Server

nwiizo/tfmcp

A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state.

GitHub: https://github.com/nwiizo/tfmcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub