Labsco
rad-security logo

RAD Security

β˜… 5

from rad-security

Interact with the RAD Security platform which provides AI-powered security insights for Kubernetes and cloud environments.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys

RAD Security MCP Server

npm version

A Model Context Protocol (MCP) server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments.

<a href="https://glama.ai/mcp/servers/@rad-security/mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@rad-security/mcp-server/badge" alt="RAD Security MCP server" /> </a>

Features

  • Account Inventory

    • List clusters and their details*
  • Containers Inventory

    • List containers and their details*
  • Security Findings

    • List and analyze security findings*
  • Runtime Security

    • Get process trees of running containers*
    • Get runtime baselines of running containers*
    • Analyze process behavior of running containers*
  • Network Security

    • Monitor HTTP requests*
    • Track network connections*
    • Analyze network patterns*
  • Identity and Access

    • List identities*
    • Get identity details*
  • Audit

    • List who shelled into a pod*
  • Cloud Security

    • List and monitor cloud resources*
    • Get resource details and compliance status*
  • Images

    • Get SBOMs*
    • List images and their vulnerabilities*
    • Get top vulnerable images*
  • Kubernetes Objects

    • Get details of a specific Kubernetes resource*
    • List Kubernetes resources*
    • List Kubernetes resource misconfiguration policies*
  • CVEs

    • List CVEs
    • Get details of a specific CVE
    • Get latest 30 CVEs
  • RadQL (Advanced Querying)

    • List available data types for querying (containers, findings, kubernetes_resources, etc.)*
    • Get schema/metadata for specific data types*
    • List possible values for filter fields*
    • Execute RadQL queries with filtering, searching, and aggregations*
    • Build queries programmatically from structured conditions*
    • Execute multiple queries in parallel*

* - requires authentication and account in Rad Security.

Development

# Install dependencies
npm install

# Run type checking
npm run type-check

# Run linter
npm run lint

# Build
npm run build

License

MIT License - see the LICENSE file for details