aws/aws-agents-for-devsecops
v1.0.0Apache-2.0
Investigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security Agent.
MCP servers
Declared in a file that clients do not read
This package ships a
.mcp.json. Agent Plugins reads MCP configuration from mcp.json, so a client installing this plugin finds no servers. The directory does not read the file either, and shows nothing from it.What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "aws-agents-for-devsecops",
"version": "1.0.0",
"description": "Investigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security Agent.",
"author": {
"name": "Amazon Web Services"
},
"homepage": "https://aws.amazon.com/products/developer-tools/agent-toolkit-for-aws/",
"repository": "https://github.com/aws/agent-toolkit-for-aws",
"license": "Apache-2.0",
"keywords": [
"aws",
"devops",
"devsecops",
"security",
"security-scan",
"pentest",
"penetration-test",
"incident",
"investigation",
"code-review",
"release-readiness",
"release-testing",
"threat-model",
"remediation",
"observability",
"cloudwatch",
"mcp",
"qa",
"uat"
]
}