Skip to main content
Glama

RAD Security

Official
by rad-security

RAD 보안 MCP 서버

RAD Security를 위한 MCP(Model Context Protocol) 서버로, Kubernetes 및 클라우드 환경에 대한 AI 기반 보안 통찰력을 제공합니다.

설치

지엑스피1

용법

필수 조건

  • Node.js 20.x 이상

환경 변수

Rad Security와 함께 MCP 서버를 사용하려면 다음 환경이 필요합니다.

RAD_SECURITY_ACCESS_KEY_ID="your_access_key" RAD_SECURITY_SECRET_KEY="your_secret_key" RAD_SECURITY_ACCOUNT_ID="your_account_id"

하지만 인증 없이도 몇 가지 작업을 사용할 수 있습니다.

  • CVE 목록
  • 특정 CVE에 대한 세부 정보 가져오기
  • 최신 30개 CVE를 받으세요
  • Kubernetes 리소스 오류 구성 정책 목록

커서 IDE에서

커서 IDE에서 ENV 변수를 설정하는 것은 꽤 문제가 됩니다.

그러면 다음 start.sh 스크립트를 사용하여 서버를 시작할 수 있습니다.

./start.sh

먼저 start.sh 스크립트에서 ENV 변수를 설정하세요!

클로드 데스크탑에서

다음 구성을 사용하여 Claude Desktop에서 서버를 시작할 수 있습니다.

{ "mcpServers": { "rad-security": { "command": "npx", "args": ["-y", "@rad-security/mcp-server"], "env": { "RAD_SECURITY_ACCESS_KEY_ID": "<your-access-key-id>", "RAD_SECURITY_SECRET_KEY": "<your-secret-key>", "RAD_SECURITY_ACCOUNT_ID": "<your-account-id>" } } }

Docker 컨테이너로 - SSE 포함

docker build -t rad-security/mcp-server . docker run \ -e TRANSPORT_TYPE=sse \ -e RAD_SECURITY_ACCESS_KEY_ID=your_access_key \ -e RAD_SECURITY_SECRET_KEY=your_secret_key \ -e RAD_SECURITY_ACCOUNT_ID=your_account_id \ -p 3000:3000 \ rad-security/mcp-server

특징

  • 계정 재고
    • 클러스터 및 세부 정보 나열*
  • 컨테이너 재고
    • 컨테이너와 그 세부 정보를 나열하세요*
  • 보안 결과
    • 보안 결과 나열 및 분석*
  • 런타임 보안
    • 실행 중인 컨테이너의 프로세스 트리를 가져옵니다*
    • 실행 중인 컨테이너의 런타임 기준선 가져오기*
    • 실행 중인 컨테이너의 프로세스 동작 분석*
  • 네트워크 보안
    • HTTP 요청 모니터링*
    • 네트워크 연결 추적*
    • 네트워크 패턴 분석*
  • 신원 및 액세스
    • 신원 목록*
    • 신원 정보를 얻으세요*
  • 심사
    • 꼬투리에 포탄을 던진 사람을 나열하세요*
  • 클라우드 보안
    • 클라우드 리소스 나열 및 모니터링*
    • 리소스 세부 정보 및 규정 준수 상태 확인*
  • 이미지
    • SBOM을 받으세요*
    • 이미지와 취약점을 나열하세요*
    • 가장 취약한 이미지를 얻으세요*
  • 쿠버네티스 객체
    • 특정 Kubernetes 리소스에 대한 세부 정보 가져오기*
    • Kubernetes 리소스 나열*
    • Kubernetes 리소스 오류 구성 정책 목록*
  • 위협 벡터
    • 위협 벡터 목록*
    • 특정 위협 벡터에 대한 세부 정보를 얻으세요*
  • CVE(암호화폐기물)
    • CVE 목록
    • 특정 CVE에 대한 세부 정보 가져오기
    • 최신 30개 CVE를 받으세요

* - Rad Security에서 인증 및 계정이 필요합니다.

개발

# Install dependencies npm install # Run type checking npm run type-check # Run linter npm run lint # Build npm run build

특허

MIT 라이센스 - 자세한 내용은 LICENSE 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

RAD Security용 CP 서버로, 쿠버네티스 및 클라우드 환경에 AI 기반 보안 인사이트를 제공합니다. 이 서버는 Rad Security API 쿼리 및 보안 결과, 보고서, 런타임 데이터 등을 검색하는 도구를 제공합니다.

  1. 설치
    1. 용법
      1. 필수 조건
      2. 환경 변수
      3. 커서 IDE에서
      4. 클로드 데스크탑에서
      5. Docker 컨테이너로 - SSE 포함
    2. 특징
      1. 개발
        1. 특허

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            This project is intended as a both MCP server connecting to Kubernetes and a library to build more servers for any custom resources in Kubernetes.
            Last updated -
            279
            Go
            MIT License
            • Linux
            • Apple
          • A
            security
            F
            license
            A
            quality
            A MCP server that can run Kubernetes commands with a given kubeconfig path and provide interpretation of the commands.
            Last updated -
            1
            2
            JavaScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to interact with Kubernetes clusters through natural language, supporting core Kubernetes operations, monitoring, security, and diagnostics.
            Last updated -
            604
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            Provides MCP multi-cluster Kubernetes management and operations, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
            Last updated -
            494
            Go
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/rad-security/mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server