Overview

The Gatling AI extensions provides skills and an MCP server to help you deploy and run load tests on Gatling Enterprise directly from your IDE.

Installation

Installation for Claude Code

The plugin can be installed directly from our marketplace via Claude Code’s plugin system.

First, configure the marketplace:

/plugin marketplace add gatling/gatling-ai-extensions

Then, install the plugin:

/plugin install gatling@gatling-ai-extensions

Or browse for the plugin via /plugin > Discover.

Finally, reload Claude.

Gatling AI Extensions

The plugin is a Gatling projects helper to deploy and run tests on Gatling Enterprise. It contains a set of skills and an MCP server.

The AI extensions are packaged as a plugin inside a Claude Marketplace but all components can be used or run manually in any LLM client that supports skills or local MCP servers.

Skills

MCP Server

For the Gatling MCP server details, tools reference, and setup instructions, see the dedicated page.

When using either the skills or the MCP server, a valid API Token is required with at least the Configure role provided as environment variable GATLING_ENTERPRISE_API_TOKEN.

Edit this page on GitHub