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
            A read-only MCP server for Kubernetes that allows querying cluster information and diagnosing issues through natural language interfaces like Claude.
            Last updated -
            1
            Python
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A collection of MCP servers for Kali Linux that empower AI Agents in reverse engineering and security testing, providing network analysis, target sniffing, traffic analysis, binary understanding, and automation capabilities.
            Last updated -
            15
            Python
            Apache 2.0
            • Linux
          • A
            security
            A
            license
            A
            quality
            The Redis Cloud API MCP Server provides an MCP Server for Redis Cloud's API, allowing you to manage your Redis Cloud resources using natural language.
            Last updated -
            16
            16
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            CP server that provides integration with the XRP Ledger. The server allows AI assistants to access account information, transaction history, and network data on the XRP Ledger, with capabilities for querying ledger objects, submitting transactions, and monitoring the network.
            Last updated -
            3
            TypeScript
            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