소스 검색

Merge pull request #1031 from anthropics/dickson/add-terraform-plugin

Add terraform plugin files
Dickson Tsai 5 달 전
부모
커밋
72b9754680
2개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      external_plugins/terraform/.claude-plugin/plugin.json
  2. 12 0
      external_plugins/terraform/.mcp.json

+ 7 - 0
external_plugins/terraform/.claude-plugin/plugin.json

@@ -0,0 +1,7 @@
+{
+  "name": "terraform",
+  "description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",
+  "author": {
+    "name": "HashiCorp"
+  }
+}

+ 12 - 0
external_plugins/terraform/.mcp.json

@@ -0,0 +1,12 @@
+{
+  "terraform": {
+    "command": "docker",
+    "args": [
+      "run",
+      "-i",
+      "--rm",
+      "-e", "TFE_TOKEN=${TFE_TOKEN}",
+      "hashicorp/terraform-mcp-server:0.4.0"
+    ]
+  }
+}