Qlane MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Qlane MCPplan tests for my current local diff"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Qlane agent plugin
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.
Which region?
Qlane runs two independent regional stacks. The plugin registers one server for each, and you connect the one hosting your organization:
Server | Endpoint |
|
|
|
|
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.
Related MCP server: Gaffer MCP Server
Install
Qlane MCP requires a Qlane account. Your editor prompts you to sign in the first time it calls the server.
Claude Code
claude plugin marketplace add qlaneai/agent-plugin
claude plugin install qlane@qlane-pluginThen run /mcp and authenticate qlane-eu or qlane-us — whichever hosts your
organization. There is no configuration step and nothing to type.
VS Code and GitHub Copilot
Add this repo to chat.plugins.marketplaces:
{
"chat.plugins.marketplaces": ["qlaneai/agent-plugin"]
}If nothing appears after adding it, check that chat.plugins.enabled is true.
Cursor
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.
Kiro
Same as Cursor — add the repository, install, authenticate your region's server.
Codex
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.
codex plugin marketplace add qlaneai/agent-pluginThen 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.
Opening this repository in Claude Code
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.
Without the plugin
Any MCP client can point at the endpoint directly. For Claude Code:
claude mcp add --transport http --scope user qlane https://mcp-eu.qlane.ai/api/mcpSwap the host for mcp-us.qlane.ai if your organization is US-hosted.
What it can do
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.
Development
npm ci
npm run checkcheck 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.
npm run format # apply Prettier
npm run lint:md:fix # apply markdownlint's safe fixesTwo 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:
claude plugin validate --strict . # manifest shapes; --strict makes warnings fatal
claude plugin tag --dry-run # what the next release tag would beThe 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.
License
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables integration with Qase test management platform to create, retrieve, and manage test cases, test suites, and test runs through natural language interactions.18
- AlicenseAqualityAmaintenanceConnects AI coding assistants to Gaffer test history and coverage data to analyze project health, debug failures, and identify untested code areas. It enables tools to track test stability, cluster failures by root cause, and monitor code coverage trends across projects.33441MIT
- AlicenseAqualityCmaintenanceConnects AI coding assistants to TestCollab for managing test cases, plans, and suites directly through natural language. It enables users to create, update, and query testing resources within integrated development environments and AI chat clients.17174MIT

Tesults MCPofficial
Alicense-qualityDmaintenanceConnect AI agents to your test results, insights, and targets. Query test runs, failures, flaky tests, and regressions across frameworks including Playwright, Jest, Pytest, Cypress and more.37MIT
Related MCP Connectors
One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qlaneai/agent-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server