loadam

DesmondSanctity/loadam
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Point loadam at an OpenAPI spec. Get back a working k6 load test, a Schemathesis contract suite, and an MCP server for agents — in one command. OSS, Apache 2.0.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "loadam": {
      "command": "npx",
      "args": [
        "-y",
        "DesmondSanctity/loadam"
      ]
    }
  }
}

README Excerpt

> Point loadam at an OpenAPI spec. Get back a working **k6 load test**, a **Schemathesis contract suite**, and an **MCP server** for agents — in one command. OSS, Apache 2.0. <p align="center"> <img src=".github/assets/demo.svg" alt="loadam in 30 seconds" width="720"> </p> ```bash npm i -g @loadam/cli # or: npx @loadam/cli ...