turf

turfbuild/turf
★ 0 stars Unknown language Code/Dev Tools Updated 13d ago
Turf — a drop-in replacement for Terraform with agentic superpowers. Alpha binary releases (turf CLI + turf-mcp-server).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "turf": {
      "command": "npx",
      "args": [
        "-y",
        "turfbuild/turf"
      ]
    }
  }
}

README Excerpt

A drop-in replacement for Terraform with agentic superpowers: full support for Terraform HCL and the module registry, driven by an AI agent over the Model Context Protocol. This repository hosts the **alpha binary releases** of Turf — the `turf` CLI and the `turf-mcp-server` — for early testers on macOS.