Loading...
{
"mcpServers": {
"locust": {
"command": "/Users/naveenkumar/.local/bin/uv",
"args": [
"--directory",
"/Users/naveenkumar/Gits/locust-mcp-server",
"run",
"locust_server.py"
]
}
}
}run_locustRuns a Locust load test with configurable parameters like host, users, and runtime.
Executes arbitrary Python code from the specified test file and can potentially exhaust resources.
The Locust-MCP-Server is relatively safe when used with trusted test files and properly configured environment variables. However, running untrusted test files poses a significant risk due to arbitrary code execution. It's crucial to limit resource usage to prevent denial-of-service scenarios.