mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-04-18 22:12:39 +00:00
Compare commits
3 Commits
kenneth/fi
...
dickson/ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba3a4e0702 | ||
|
|
b10b583de2 | ||
|
|
79caa0d824 |
@@ -458,6 +458,16 @@
|
||||
},
|
||||
"homepage": "https://www.firetiger.com/"
|
||||
},
|
||||
{
|
||||
"name": "flint",
|
||||
"description": "Build and manage websites with Flint's AI website builder through natural conversation.",
|
||||
"source": {
|
||||
"source": "url",
|
||||
"url": "https://github.com/tryflint/claude-code-plugin.git",
|
||||
"sha": "8f57ef474f59817c7e5930dd6c295232d43c3711"
|
||||
},
|
||||
"homepage": "https://www.tryflint.com/docs/claude-code-plugin"
|
||||
},
|
||||
{
|
||||
"name": "followrabbit",
|
||||
"description": "Cloud cost optimization for GCP infrastructure. Review changes for cost impact and auto-apply savings recommendations using the followrabbit CLI.",
|
||||
|
||||
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.4.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user