AgentHubAgentHub

artillery-mcp

MCP ServerMCP Registry官方收录

io.github.kosiakMD/artillery-mcp · v0.1.7

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

概览

artillery-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "artillery-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kosiakmd/artillery-mcp"
      ]
    }
  }
}

环境变量

ARTILLERY_WORKDIR可选

Absolute path to project root (walk-up from here finds .artillery-mcp.config.json).

ARTILLERY_CLOUD_API_KEY可选secret

Artillery Cloud API key. Forwarded to artillery CLI when record=true.

ARTILLERY_MCP_CONFIG可选

Absolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set.

ARTILLERY_TIMEOUT_MS可选

Max duration of a single artillery command. Default 1800000 (30min).

ARTILLERY_CLOUD_API_KEY可选secret

Artillery Cloud API key.

ARTILLERY_MCP_CONFIG可选

Path inside container to config file.

相关资源

统一 Manifest

{
  "id": "io.github.kosiakMD/artillery-mcp",
  "type": "mcp-server",
  "version": "0.1.7",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@kosiakmd/artillery-mcp",
        "version": "0.1.7",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ARTILLERY_WORKDIR",
            "description": "Absolute path to project root (walk-up from here finds .artillery-mcp.config.json)."
          },
          {
            "name": "ARTILLERY_CLOUD_API_KEY",
            "description": "Artillery Cloud API key. Forwarded to artillery CLI when record=true.",
            "isSecret": true
          },
          {
            "name": "ARTILLERY_MCP_CONFIG",
            "description": "Absolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set."
          },
          {
            "name": "ARTILLERY_TIMEOUT_MS",
            "description": "Max duration of a single artillery command. Default 1800000 (30min)."
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "docker.io/kosiakmd/artillery-mcp:0.1.7",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ARTILLERY_CLOUD_API_KEY",
            "description": "Artillery Cloud API key.",
            "isSecret": true
          },
          {
            "name": "ARTILLERY_MCP_CONFIG",
            "description": "Path inside container to config file."
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/kosiakmd/artillery-mcp:0.1.7",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.kosiakMD/artillery-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kosiakMD%2Fartillery-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
artillery-mcp — MCP Server 安装与配置 · AgentHub