xk6-mcp
Verified Safeby grafana
Overview
A k6 extension for performance and load testing of Model Context Protocol (MCP) servers across various transport mechanisms.
Installation
./k6 run script.jsSecurity Notes
The extension allows k6 test scripts to execute arbitrary local binaries (via `StdioClient`) and connect to arbitrary network endpoints (via `SSEClient`, `StreamableHTTPClient`). While these are core features for its functionality as a testing tool, users must ensure the k6 scripts they run and the MCP servers they interact with are trusted. No direct 'eval' patterns, obfuscation, hardcoded secrets, or obvious malicious code were found within the provided source.
Similar Servers
Unla
A lightweight and highly available gateway service that converts existing MCP Servers and APIs into services compliant with the MCP Protocol through configuration.
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
goku
Goku is an HTTP load-testing tool designed for benchmarking and performance analysis of web services; the MCP server allows LLM agents to programmatically interact with this load testing functionality.
k8s-mcp-server
Provides a standardized interface (MCP) for interacting with Kubernetes clusters and managing Helm releases.