http-forge.cli

hsl1230/http-forge.cli
★ 0 stars TypeScript Code/Dev Tools Updated today
HTTP Forge CLI is a terminal interface for executing HTTP Forge test suites and collections without VS Code. Run API tests from CI/CD pipelines, terminals, or integrate with other tools. Supports single requests, entire collections with iterations, test suites with full reporting, and MCP server mode for AI agent integration.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "http-forge.cli": {
      "command": "npx",
      "args": [
        "-y",
        "hsl1230/http-forge.cli"
      ]
    }
  }
}

README Excerpt

Command-line interface for executing HTTP Forge collections, test suites, and MCP server operations. ```bash cd http-forge.cli npm install npm run build ``` ```bash http-forge --help http-forge -h ``` ```bash http-forge run-request \ --collection my-api \ --request get-users \ --environment production \

Tools (1)

report