rad-security/mcp-server
MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more.
Quick Start
Clone the repository:
git clone https://github.com/rad-security/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"rad-security-mcp-server": {
"command": "npx",
"args": [
"-y",
"rad-security/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.