Skip to main content
Glama

JMeter MCP Server

execute_jmeter_test

Run JMeter load tests by specifying a .jmx file and choosing GUI or non-GUI mode to analyze application performance and scalability.

Instructions

Execute a JMeter test.

Args: test_file: Path to the JMeter test file (.jmx) gui_mode: Whether to run in GUI mode (default: False)

Input Schema

NameRequiredDescriptionDefault
gui_modeNo
test_fileYes

Input Schema (JSON Schema)

{ "properties": { "gui_mode": { "default": false, "title": "Gui Mode", "type": "boolean" }, "test_file": { "title": "Test File", "type": "string" } }, "required": [ "test_file" ], "title": "execute_jmeter_testArguments", "type": "object" }
Install Server

Other Tools from JMeter 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/Narasimhakatta/MCP-Server'

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