mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-04-29 05:33:27 +00:00
Compare commits
5 Commits
daisy/plug
...
add-sonarq
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f569daf4e | ||
|
|
451c481b2b | ||
|
|
72b9754680 | ||
|
|
ba3a4e0702 | ||
|
|
b10b583de2 |
@@ -458,6 +458,16 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://www.firetiger.com/"
|
"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": "f3d56e33ed2fb3ed9b4f02e0fc65d0a79b24bf4d"
|
||||||
|
},
|
||||||
|
"homepage": "https://www.tryflint.com/docs/claude-code-plugin"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "followrabbit",
|
"name": "followrabbit",
|
||||||
"description": "Cloud cost optimization for GCP infrastructure. Review changes for cost impact and auto-apply savings recommendations using the followrabbit CLI.",
|
"description": "Cloud cost optimization for GCP infrastructure. Review changes for cost impact and auto-apply savings recommendations using the followrabbit CLI.",
|
||||||
@@ -1169,6 +1179,17 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main"
|
"homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sonarqube-agent-plugins",
|
||||||
|
"description": "Integrate SonarQube code quality and security analysis into Claude Code: namespaced slash commands, a guided skill to setup the SonarQube CLI, and a startup check for CLI wiring. MCP server registration and secrets-scanning hooks are installed by the SonarQube CLI as part of setup.",
|
||||||
|
"category": "security",
|
||||||
|
"source": {
|
||||||
|
"source": "url",
|
||||||
|
"url": "https://github.com/SonarSource/sonarqube-agent-plugins.git",
|
||||||
|
"sha": "0cae644cee9318e6245b62ca779abdc60e6daa49"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/SonarSource/sonarqube-agent-plugins"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "sonatype-guide",
|
"name": "sonatype-guide",
|
||||||
"description": "Sonatype Guide MCP server for software supply chain intelligence and dependency security. Analyze dependencies for vulnerabilities, get secure version recommendations, and check component quality metrics.",
|
"description": "Sonatype Guide MCP server for software supply chain intelligence and dependency security. Analyze dependencies for vulnerabilities, get secure version recommendations, and check component quality metrics.",
|
||||||
|
|||||||
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