mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-16 22:23:07 +00:00
add(plugin): terraform — HashiCorp infrastructure-as-code
Adapted from PR #14 by @gautambaghel (HashiCorp). Original: https://github.com/anthropics/claude-plugins-official/pull/14
This commit is contained in:
@@ -946,6 +946,17 @@
|
||||
"sha": "b93007e9a726c6ee93c57a949e732744ef5acbfd"
|
||||
},
|
||||
"homepage": "https://github.com/zapier/zapier-mcp/tree/main/plugins/zapier"
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"email": "support@hashicorp.com"
|
||||
},
|
||||
"category": "development",
|
||||
"source": "./external_plugins/terraform",
|
||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/terraform"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
7
external_plugins/terraform/.claude-plugin/plugin.json
Normal file
7
external_plugins/terraform/.claude-plugin/plugin.json
Normal file
@@ -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
external_plugins/terraform/.mcp.json
Normal file
12
external_plugins/terraform/.mcp.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"terraform": {
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"-e", "TFE_TOKEN=${TFE_TOKEN}",
|
||||
"hashicorp/terraform-mcp-server:0.3.3"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user