Skip to main content
Cloud PlatformsRust

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.

cloud-platformslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Rust
Author
nwiizo