- Reqly
Reqly
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
Server Config
{
"mcpServers": {
"reqly": {
"command": "reqly",
"args": [
"start",
"--project-dir",
"${workspaceFolder}"
]
}
}
}