Reqly

by RutvikPansare

324 downloads
Not rated
GitHub

About

Reqly is a local MCP server for API testing. Install it once, connect your AI agent in Cursor or Claude Code, and your agent gets a full toolkit to build, run, and ship API tests – no UI required, no manual wiring.

Details

Author
RutvikPansare
Downloads
324
Categories
Other, AI, Developer Tools

- Collections stored as plain YAML in .reqly/ – git‑native and human‑readable.
- 30+ MCP tools for requests, collections, flows, OpenAPI validation, mocks, and traffic capture.
- Works with Cursor, Claude Code, Claude Desktop, Gemini CLI, Codex.
- No cloud account, no telemetry, no sync – everything stays on your machine.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Reqly
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install globally with npm install -g reqly-app. Connect an AI agent that supports MCP stdio (Cursor, Claude Code, Claude Desktop, Gemini CLI, Codex). The agent can then read routes, build collections, run end‑to‑end flows, and export tests to CI using built‑in MCP tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "reqly": {
            "reqly": {
                "command": "reqly",
                "args": [
                    "start",
                    "--project-dir",
                    "${workspaceFolder}"
                ]
            }
        }
    }
}

McpServers

{
    "reqly": {
        "command": "reqly",
        "args": [
            "start",
            "--project-dir",
            "${workspaceFolder}"
        ]
    }
}

What is Reqly?
Reqly is a local MCP server for API testing. Install it once, connect your AI agent in Cursor or Claude Code, and your agent gets a full toolkit to build, run, and ship API tests - no UI required, no manual wiring.
The full zero-human pipeline

"Read my routes and build a collection" - agent creates every endpoint automatically
"Write an e2e flow for login to checkout" - agent builds the flow, runs it, assertions pass
"Export to CI" - .github/workflows/ written automatically with JUnit output uploaded as a build artifact

No manual Actions YAML. No environment setup. One agent session, tests running in CI forever.
Key features

Collections stored as plain YAML in .reqly/ in your repo - git-native, human-readable, directly writable by agents
30+ MCP tools: create requests, run collections, chain flows, validate OpenAPI contracts, serve mocks, capture traffic
Works with Cursor, Claude Code, Claude Desktop, Gemini CLI, Codex - anything that supports MCP stdio
No cloud account, no telemetry, no sync. Everything stays on your machine.

Install
npm install -g reqly-app
reqly setup

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.