Back to MCP Servers
Rad Security 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.
securitykubernetesapiai
By rad-security
Installation
npx -y mcp-serverConfiguration
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": ["-y", "mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes