Skip to main content
Glama

k6-mcp-server

execute_k6_test

Run k6 load tests by specifying a test script, duration, and virtual users. Simulate user traffic to evaluate system performance and scalability.

Instructions

Execute a k6 load test.

Args: script_file: Path to the k6 test script (.js) duration: Duration of the test (e.g., "30s", "1m", "5m") vus: Number of virtual users to simulate

Input Schema

NameRequiredDescriptionDefault
durationNo30s
script_fileYes
vusNo

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": "30s", "title": "Duration", "type": "string" }, "script_file": { "title": "Script File", "type": "string" }, "vus": { "default": 10, "title": "Vus", "type": "integer" } }, "required": [ "script_file" ], "title": "execute_k6_testArguments", "type": "object" }
Install Server

Other Tools from k6-mcp-server

Related Tools

    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/QAInsights/k6-mcp-server'

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