AI QA that runs your app in a browser on every pull request: projects, test targets, test cases.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Installs Qlane MCP into your AI coding editor, so your agent can reach your Qlane projects, test targets and test-case counts without leaving the editor.
Qlane runs two independent regional stacks. The plugin registers one server for each, and you connect the one hosting your organization:
| Server | Endpoint |
|---|---|
qlane-eu | https://mcp-eu.qlane.ai/api/mcp |
qlane-us | https://mcp-us.qlane.ai/api/mcp |
Authenticate that one and leave the other alone. An unconnected server contributes none of its own tools β your editor shows it with two sign-in helpers and nothing else β so it costs you nothing and is not an error state. If you connect the wrong one, every call returns a 403 naming the correct host β nothing is lost, and the fix is to connect the other server.
Both are plain static URLs, so this works identically on every editor. Nothing is configured, substituted, or typed.
Qlane MCP requires a Qlane account. Your editor prompts you to sign in the first time it calls the server.
Then run /mcp and authenticate qlane-eu or qlane-us β whichever hosts your
organization. There is no configuration step and nothing to type.
Add this repo to chat.plugins.marketplaces:
If nothing appears after adding it, check that chat.plugins.enabled is true.
Cursor reads the root plugin.json and loads this plugin without changes. Add the repository
as a marketplace, install qlane, then authenticate the server for your region.
Same as Cursor β add the repository, install, authenticate your region's server.
Codex splits this across two places: you register the marketplace on the CLI, but you install from it in the ChatGPT desktop app. There is no CLI install command.
Then open the Plugins Directory in the ChatGPT desktop app and install qlane from it.
Codex prompts you to sign in the first time it calls the server.
You will see qlane-eu and qlane-us listed as Pending approval. That is expected and
harmless: Claude Code reads a .mcp.json at a repository root as project-scoped MCP
configuration, so this repo's .mcp.json β the plugin's own manifest β is being read as if it
were yours. Decline it, and install the plugin with the commands above instead.
Any MCP client can point at the endpoint directly. For Claude Code:
Swap the host for mcp-us.qlane.ai if your organization is US-hosted.
Read your projects, test targets and test-case counts, and plan tests for a local diff before a pull request exists. Planning a test consumes Qlane credits.
check runs Prettier, markdownlint, JSON Schema validation of the portable manifests, and the
unit tests. It makes no network calls, so it works offline and in a sandboxed CI runner.
Two checks need the Claude Code CLI and so are not part of check, which has to run on a
runner that does not have it:
The version lives in plugin.json only. The marketplace entry deliberately declares no
version of its own: plugin.json wins at install time, so a second copy could only ever
agree or be silently ignored.
No manifest may contain a placeholder. Both regional URLs are literal strings in every
manifest. ${user_config.*} resolves only in the Claude Code CLI β the portable Agent Plugins
schema cannot even express userConfig (additionalProperties: false), and claude.ai treats
an MCP url as an opaque connector identity, so a templated host reaches registration verbatim
and fails to resolve. A test enforces this.
MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/qlane)<a href="https://allmcps.com/mcp/qlane"><img src="https://allmcps.com/api/badge/qlane?style=directory" alt="Qlane on AllMCPs" /></a>