.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/nwiizo/tfmcp
home/mcp-servers/nwiizo/tfmcp
nwiizo avatar

tfmcp

bynwiizo· 1 MCP server

Stars

371

Forks

30

Category

DevOps & CI/CD

View on GitHub

TL;DR

*⚠️ This project includes production-ready security features but is still under active development. While the security system provides robust protection, please review all operations carefully in production environments. ⚠️*

How to install tfmcp?

nwiizo/tfmcp
$git clone https://github.com/nwiizo/tfmcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install tfmcp by running `git clone https://github.com/nwiizo/tfmcp`, then use it for the current task and follow its documentation at https://github.com/nwiizo/tfmcp.

Files · 1

View on GitHub
README.md
1# tfmcp: Terraform Model Context Protocol Tool
2 
3[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/nwiizo/tfmcp)](https://archestra.ai/mcp-catalog/nwiizo__tfmcp)
4 
5*⚠️ This project includes production-ready security features but is still under active development. While the security system provides robust protection, please review all operations carefully in production environments. ⚠️*
6 
7tfmcp is a command-line tool that helps you interact with Terraform via the Model Context Protocol (MCP). It allows LLMs to manage and operate your Terraform environments, including:
8 
9## 🎮 Demo
10 
11See tfmcp in action with Claude Desktop:
12 
13![tfmcp Demo with Claude Desktop](.github/images/tfmcp-demo.gif)
14 
15- Reading Terraform configuration files
16- Analyzing Terraform plan outputs
17- Applying Terraform configurations
18- Managing Terraform state
19- Creating and modifying Terraform configurations
20 
21## 🎉 Latest Release
22 
23The latest version of tfmcp (v0.1.9) is now available on Crates.io! You can easily install it using Cargo:
24 
25```bash
26cargo install tfmcp
27```
28 
29### 🆕 What's New in v0.1.9
30- **📊 Plan Analysis**: Structured plan analysis with risk scoring and recommendations
31- **🔍 State Analysis**: Deep state inspection with drift detection
32- **📁 Workspace Management**: Full terraform workspace support (list, show, new, select, delete)
33- **📥 Import Helper**: Guided resource import with config generation
34- **✨ Code Formatting**: terraform fmt integration
35- **🔗 Dependency Graph**: terraform graph visualization with DOT output
36- **📤 Output Management**: terraform output access
37- **🏷️ Taint/Untaint**: Resource taint management (with deprecation notices for 1.5+)
38- **🔄 State Refresh**: Explicit state refresh operations
39- **📦 Provider Info**: Detailed provider information with lock file parsing
40- **🦀 Rust Edition 2024**: Migrated to Rust Edition 2024 (requires Rust 1.85.0+)
41 
42## Features
43 
44- 🚀 **Terraform Integration**
45 Deeply integrates with the Terraform CLI to analyze and execute operations.
46 
47- 📄 **MCP Server Capabilities**
48 Runs as a Model Context Protocol server, allowing AI assistants to access and manage Terraform.
49 
50- 🔬 **Module Health Analysis**
51 Whitebox approach to Infrastructure as Code with cohesion/coupling analysis, health scoring, and refactoring suggestions based on software engineering principles.
52 
53- 📊 **Resource Dependency Graph**
54 Visualize resource relationships including explicit depends_on and implicit reference dependencies.
55 
56- 📦 **Module Registry Integration**
57 Search and explore Terraform modules from the registry, get module details and versions.
58 
59- 🔐 **Enterprise Security**
60 Production-ready security controls with configurable policies, audit logging, and access restrictions.
61 
62- 📊 **Advanced Analysis**
63 Detailed Terraform configuration analysis with best practice recommendations and security checks.
64 
65- 📋 **Guideline Compliance** (v0.1.8)
66 Future Architect Terraform guidelines integration with compliance scoring, secret detection, and variable quality checks.
67 
68- ⚡️ **Blazing Fast**
69 High-speed processing powered by the Rust ecosystem with optimized parsing and caching.
70 
71- 🛠️ **Automatic Setup**
72 Automatically creates sample Terraform projects when needed, ensuring smooth operation even for new users.
73 
74- 🐳 **Docker Support**
75 Run tfmcp in a containerized environment with all dependencies pre-installed.
76 
77## Installation
78 
79### From Source
80```bash
81# Clone the repository
82git clone https://github.com/nwiizo/tfmcp
83cd tfmcp
84 
85# Build and install
86cargo install --path .
87```
88 
89### From Crates.io
90```bash
91cargo install tfmcp
92```
93 
94### Using Docker
95```bash
96# Clone the repository
97git clone https://github.com/nwiizo/tfmcp
98cd tfmcp
99 
100# Build the Docker image
101docker build -t tfmcp .
102 
103# Run the container
104docker run -it tfmcp
105```
106 
107## Requirements
108 
109- Rust (edition 2021)
110- Terraform CLI installed and available in PATH
111- Claude Desktop (for AI assistant integration)
112- Docker (optional, for containerized deployment)
113 
114## Usag

Preview

nwiizo/tfmcpnwiizo/tfmcp

# tfmcp: Terraform Model Context Protocol Tool

[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/nwiizo/tfmcp)](https://archestra.ai/mcp-catalog/nwiizo__tfmcp)

*⚠️ This project includes production-ready security features but is still under active development. While the security system provides robust protection, pleas

tfmcp is a command-line tool that helps you interact with Terraform via the Model Context Protocol (MCP). It allows LLMs to manage and operate your Terraform en

Reponwiizo/tfmcp
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPmcpmcp-server

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381