Skip to main content
Glama
qlaneai

Qlane MCP

Official
by qlaneai

Qlane エージェントプラグイン

Qlane MCP を AI コーディングエディタにインストールすると、エージェントがエディタを離れることなく Qlane のプロジェクト、テストターゲット、テストケース数にアクセスできるようになります。

どのリージョン?

Qlane は 2 つの独立したリージョナルスタックを運用しています。プラグインは リージョンごとに 1 つのサーバー を登録し、あなたの組織がホストされている方に接続します。

サーバー

エンドポイント

qlane-eu

https://mcp-eu.qlane.ai/api/mcp

qlane-us

https://mcp-us.qlane.ai/api/mcp

該当する方を認証し、もう一方はそのままにしておきます。接続されていないサーバーは独自のツールを一切提供しません — エディタには 2 つのサインインヘルパーとそれ以外何も表示されないため、コストはかからず、エラー状態でもありません。間違った方に接続した場合、すべての呼び出しで正しいホスト名を示す 403 が返されます — 何も失われず、修正はもう一方のサーバーに接続することです。

どちらも単なる静的 URL であるため、すべてのエディタで同じように動作します。設定、置換、入力は一切不要です。

Related MCP server: Gaffer MCP Server

インストール

Qlane MCP には Qlane アカウントが必要です。エディタはサーバーを初めて呼び出す際にサインインを促します。

Claude Code

claude plugin marketplace add qlaneai/agent-plugin
claude plugin install qlane@qlane-plugin

次に /mcp を実行し、qlane-eu または qlane-us — あなたの組織がホストされている方 — を認証します。設定手順や入力は一切ありません。

VS Code と GitHub Copilot

このリポジトリを chat.plugins.marketplaces に追加します。

{
  "chat.plugins.marketplaces": ["qlaneai/agent-plugin"]
}

追加しても何も表示されない場合は、chat.plugins.enabledtrue になっていることを確認してください。

Cursor

Cursor はルートの plugin.json を読み取り、変更なしでこのプラグインを読み込みます。リポジトリをマーケットプレイスとして追加し、qlane をインストールしてから、あなたのリージョンのサーバーを認証します。

Kiro

Cursor と同じ — リポジトリを追加し、インストールし、あなたのリージョンのサーバーを認証します。

Codex

Codex ではこれを 2 か所に分割します。マーケットプレイスは CLI で登録しますが、インストールは ChatGPT デスクトップアプリから行います。CLI のインストールコマンドはありません。

codex plugin marketplace add qlaneai/agent-plugin

次に、ChatGPT デスクトップアプリで プラグインディレクトリ を開き、そこから qlane をインストールします。Codex はサーバーを初めて呼び出す際にサインインを促します。

このリポジトリを Claude Code で開く

qlane-euqlane-usPending approval として表示されます。これは想定内で無害です。Claude Code はリポジトリルートの .mcp.jsonプロジェクトスコープ の MCP 設定として読み取るため、このリポジトリの .mcp.json(プラグイン自身のマニフェスト)があたかもあなたのものとして読み取られています。拒否し、代わりに上記のコマンドでプラグインをインストールしてください。

プラグインなしの場合

任意の MCP クライアントがエンドポイントを直接指定できます。Claude Code の場合:

claude mcp add --transport http --scope user qlane https://mcp-eu.qlane.ai/api/mcp

組織が米国ホストの場合は、ホストを mcp-us.qlane.ai に置き換えてください。

できること

プロジェクト、テストターゲット、テストケース数を読み取り、プルリクエストが存在する前にローカルの差分に対するテストを計画します。テストの計画には Qlane クレジットが消費されます。

開発

npm ci
npm run check

check は Prettier、markdownlint、ポータブルマニフェストの JSON Schema 検証、およびユニットテストを実行します。ネットワーク呼び出しを行わないため、オフラインやサンドボックス化された CI ランナーでも動作します。

npm run format      # apply Prettier
npm run lint:md:fix # apply markdownlint's safe fixes

2 つのチェックは Claude Code CLI を必要とするため、check の一部ではありません。check はそれを備えていないランナーで実行する必要があります。

claude plugin validate --strict .   # manifest shapes; --strict makes warnings fatal
claude plugin tag --dry-run         # what the next release tag would be

バージョンは plugin.json のみに存在します。マーケットプレイスエントリは意図的に独自の version を宣言していません。インストール時には plugin.json が優先されるため、2 番目のコピーは一致するか、静かに無視されるかのどちらかです。

どのマニフェストにもプレースホルダーを含めてはいけません。 両方のリージョナル URL はすべてのマニフェストでリテラル文字列です。${user_config.*} は Claude Code CLI でのみ解決されます — ポータブルな Agent Plugins スキーマは userConfig を表現することすらできず(additionalProperties: false)、claude.ai は MCP の url を不透明なコネクタ識別子として扱うため、テンプレート化されたホストはそのまま登録され、解決に失敗します。テストでこれを強制しています。

ライセンス

MIT

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    A
    maintenance
    Connects 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.
    3
    344
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Connects 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.
    17
    17
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Connect 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.
    37
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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