-
securityF
license-
qualityA demonstration server that allows large language models to perform penetration testing tasks autonomously by interfacing with the Mythic C2 framework.
Last updated -
11
Python
Enables running Locust load tests with configurable parameters (users, spawn rate, runtime) for HTTP/HTTPS performance testing through a simple API.
Locust 부하 테스트 실행을 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현입니다. 이 서버를 통해 Locust 부하 테스트 기능과 AI 기반 개발 환경의 원활한 통합이 가능합니다.
시작하기 전에 다음 사항이 설치되어 있는지 확인하세요.
지엑스피1
.env
파일을 만듭니다.hello.py
):run locust test for hello.py
. Locust MCP 서버는 다음 도구를 사용하여 테스트를 시작합니다.run_locust
: 헤드리스 모드, 호스트, 런타임, 사용자 및 생성 속도에 대한 구성 가능한 옵션으로 테스트를 실행합니다.매개변수:
test_file
: Locust 테스트 스크립트 경로headless
: 헤드리스 모드(True) 또는 UI(False)로 실행host
: 부하 테스트를 위한 대상 호스트runtime
: 테스트 기간(예: "30초", "1분", "5분")users
: 시뮬레이션할 동시 사용자 수spawn_rate
: 사용자가 생성되는 속도기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
You must be authenticated.
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.
Locust 부하 테스트 기능과 AI 기반 개발 환경을 통합한 서버로, 사용자는 자연어 명령을 통해 성능 테스트를 실행할 수 있습니다.