Back to Home
FranklynChimobi icon

locusts_mcp

Verified Safe

by FranklynChimobi

Overview

A dynamic performance testing application using Locust for simulating user traffic and API load, with a roadmap to become an MCP-ready server.

Installation

Run Command
locust -f locustfile.py --headless

Environment Variables

  • CONFIG_PATH
  • USERS
  • SPAWN_RATE
  • RUN_TIME
  • HOST
  • REPORT_HTML

Security Notes

The core `locustfile.py` is well-structured and avoids obvious direct security vulnerabilities like `eval`. Configuration is loaded from JSON files and environment variables, with precedence for CLI overrides. The primary security consideration is the trustworthiness of the configuration files (`data/config.json`, `data/config.example.json`, or a path specified by `CONFIG_PATH`). A malicious configuration could direct the load test to unintended targets or send harmful payloads, but this is inherent to the nature of a configurable load testing tool. Example config files contain a 'test-token', which is appropriate for examples. The `seed` is redacted in logs, showing good practice for sensitive configuration values.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

Performance TestingLoad TestingLocustAPI TestingMCP-ReadyPython