Serversio.github.kosiakMD/artillery-mcp
M

io.github.kosiakMD/artillery-mcp

io.github.kosiakMD/artillery-mcp · v0.1.7
▦ npm
v0.1.7npm npm: @kosiakmd/artillery-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kosiakMD/artillery-mcp",
  "description": "MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)",
  "repository": {
    "url": "https://github.com/kosiakMD/artillery-mcp",
    "source": "github"
  },
  "version": "0.1.7",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@kosiakmd/artillery-mcp",
      "version": "0.1.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to project root (walk-up from here finds .artillery-mcp.config.json).",
          "format": "filepath",
          "name": "ARTILLERY_WORKDIR"
        },
        {
          "description": "Artillery Cloud API key. Forwarded to artillery CLI when record=true.",
          "format": "string",
          "isSecret": true,
          "name": "ARTILLERY_CLOUD_API_KEY"
        },
        {
          "description": "Absolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set.",
          "format": "filepath",
          "name": "ARTILLERY_MCP_CONFIG"
        },
        {
          "description": "Max duration of a single artillery command. Default 1800000 (30min).",
          "format": "string",
          "name": "ARTILLERY_TIMEOUT_MS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/kosiakmd/artillery-mcp:0.1.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Artillery Cloud API key.",
          "format": "string",
          "isSecret": true,
          "name": "ARTILLERY_CLOUD_API_KEY"
        },
        {
          "description": "Path inside container to config file.",
          "format": "filepath",
          "name": "ARTILLERY_MCP_CONFIG"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/kosiakmd/artillery-mcp:0.1.7",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}