Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.48 KB

File metadata and controls

67 lines (43 loc) · 1.48 KB

k6-mcp-server

A containerized version of "k6-mcp-server"

Repository: QAInsights/k6-mcp-server

Description

A Model Context Protocol (MCP) server implementation for running k6 load tests.

Usage

The containers are built automatically and are available on the GitHub Container Registry.

  1. Pull the Docker image:
docker pull ghcr.io/metorial/mcp-container--qainsights--k6-mcp-server--k-6-mcp-server
  1. Run the container:
docker run -i --rm \ 
ghcr.io/metorial/mcp-container--qainsights--k6-mcp-server--k-6-mcp-server  "python main.py"
  • --rm removes the container after it exits, so you don't have to clean up manually.
  • -i allows you to interact with the container in your terminal.

Usage with Claude

{
  "mcpServers": {
    "k-6-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/metorial/mcp-container--qainsights--k6-mcp-server--k-6-mcp-server",
        "python main.py"
      ],
      "env": {}
    }
  }
}

License

Please refer to the license provided in the project repository for more information.

Contributing

Contributions are welcome! If you notice any issues or have suggestions for improvements, please open an issue or submit a pull request.

Containerized with ❤️ by Metorial