← Back to Plugins
MCP Server MCP

io.github.kosiakMD/artillery-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)

Homepage Verified source GitHub

Install

npx -y @kosiakmd/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
      }
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...