aws-samples/sample-mcp-security-scanner
This pattern describes how to implement a Model Context Protocol (MCP) server that integrates three industry-standard security scanning tools (Checkov, Semgrep, and Bandit) to provide comprehensive code security analysis. The server enables AI coding assistants like Kiro and Amazon Q Developer to automatically scan code snippets.
Platform-specific configuration:
{
"mcpServers": {
"sample-mcp-security-scanner": {
"command": "npx",
"args": [
"-y",
"sample-mcp-security-scanner"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...