Skip to main content
Glama
juliodelimas

jmeter-mcp-server

by juliodelimas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_test_planA

Create a new JMeter test plan. Returns the planId and the id of its root TestPlan node, which you'll use as parentId for the first thread group.

list_test_plansA

List all test plans in the workspace.

get_test_planA

Get the full element tree of a test plan, including every node's id (needed as parentId for add_* tools) and type.

add_thread_groupC

Add a Thread Group (virtual users) under the given parent node (usually the TestPlan root).

add_http_samplerC

Add an HTTP Request sampler under the given parent node (usually a Thread Group).

add_json_extractorA

Add a JSON Extractor post-processor under an HTTP sampler, to save a value from the JSON response into a variable.

add_header_managerB

Add an HTTP Header Manager under an HTTP sampler (or a Thread Group, to apply to every sampler in it).

add_response_assertionC

Add a Response Assertion under an HTTP sampler, to fail the sample if the response doesn't match.

add_aggregate_report_listenerA

Add an Aggregate Report listener under the given parent (Thread Group or TestPlan). Its output is what get_execution_report reads after a run.

add_summary_report_listenerB

Add a Summary Report listener under the given parent (Thread Group or TestPlan). Its output is what get_execution_report reads after a run.

execute_test_planA

Start running a test plan with JMeter in non-GUI mode. Returns immediately with an executionId; the run continues in the background. Poll get_execution_status to know when it's done, then call get_execution_report to read the results.

get_execution_statusA

Check the status of a test run started with execute_test_plan (running/completed/failed), plus the tail of its log.

stop_executionA

Stop a running test execution (sends SIGTERM to the JMeter process).

get_execution_reportA

Read and aggregate the results of a finished (or still-running) execution, computed from its Aggregate Report / Summary Report listener output: per-label and overall count, error rate, avg/min/max/median/p90/p95/p99 latency, throughput and KB/sec.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/juliodelimas/jmeter-mcp-server'

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