Skip to main content
Glama

k6-mcp-server

hello.js194 B
import http from "k6/http"; import { sleep } from "k6"; export const options = { vus: 10, duration: "30s", }; export default function () { http.get("https://test.k6.io/"); sleep(1); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QAInsights/k6-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server