VisualQ MCP Server
@visualq/mcp
VisualQ 向け MCP サーバー — Quality OS エージェントインターフェース。@visualq/mcp は 44 のツール(qa プロファイル)を公開します:マルチピラー監査、VRT/FRT(frt_get_feature)、トラッキング計画 + JIRA 証明、ロールリングヘルス。Cursor、Claude Desktop、または任意の MCP クライアントに対応。
本番セットアップ(推奨)
https://visualq.ai にサインイン
設定 → エージェント API キー(組織管理者)に移動
スコープ
mcp_fullのキーを作成主に 1 つのクライアントで作業する場合は、必要に応じて デフォルトプロジェクト スラッグを設定
Cursor MCP 設定 スニペットをコピー
~/.cursor/mcp.json(またはプロジェクトの.cursor/mcp.json)に貼り付け、Cursor を再起動
または 1 つのコマンドで:
npx @visualq/setup-agent cursor --key vq_org_live_… --project my-siteまたは Cursor プラグイン(スキル + ルールバンドル)をインストール。
{
"mcpServers": {
"visualq": {
"command": "npx",
"args": ["-y", "@visualq/mcp"],
"env": {
"VISUALQ_API_KEY": "vq_org_live_…",
"VISUALQ_BASE_URL": "https://visualq.ai",
"VISUALQ_TOOL_PROFILE": "qa"
}
}
}
}シングルプロジェクトショートカット
組織キーにデフォルトプロジェクトがある場合(または MCP 環境でのみ設定した場合):
"VISUALQ_DEFAULT_PROJECT": "afp-com"これにより、キーに defaultProject があるか、MCP 設定でこの環境変数が設定されている場合、ツールは project を省略できます。
マルチプロジェクト組織
すべてのツール呼び出しで project(スラッグまたは ID)を渡します。例: "project": "afp-com"。
Related MCP server: Artillery MCP Server
環境変数
変数 | 必須 | デフォルト | 説明 |
| はい | — | 組織エージェントキー |
| いいえ |
| VisualQ インスタンス(セルフホストの場合は独自のオリジンを使用) |
| いいえ | — | ツール引数に注入されるデフォルトプロジェクトスラッグ |
| いいえ |
|
|
| いいえ | — |
|
| いいえ |
| HTTP モードのポート |
API キーのスコープ
スコープ | MCP 読み取り | MCP 書き込み( | CI |
| はい | いいえ | いいえ |
| はい | はい | いいえ |
| いいえ | いいえ | はい |
組織エージェントキーは mcp_read と mcp_full のみをサポートします。
典型的なエージェントワークフロー
Quality MCP PR ゲート: gate_pr_quality → explain_vrt_failure / frt_heal_step_def で修正 → run_vrt または run_full_audit
サイトをオンボード: create_project → crawl_site → create_scenario → run_baseline → create_frt_scenario → run_frt_feature
フル QA: run_full_audit(オプションで pillars[])→ wait_for_run → gate_pr_quality → get_site_health
ピラーのみの監査: run_full_audit で pillars: ["a11y"]、["tracking"] など
マージ前 VRT: list_scenarios → run_vrt → get_run_failures → explain_vrt_failure
CI での FRT: GitHub Action type: frt または visualq frt --api-key …
Jira トラッキング証明: チケットを読む → tracking_prove_jira_ticket で confirm: true(セマンティックインテント → 汎用リンクシナリオ)→ jiraMarkdown を JIRA に貼り付け
Jira 駆動 QA: チケットを読む → create_scenario / create_frt_scenario でチケット ID を名前に含める → テストを実行
変更ツールには引数に confirm: true が必要です。
レガシープロジェクト CI キー
GitHub Actions / Jenkins の場合は、スコープ ci の プロジェクトスコープ キー(vq_live_…)を使用します。組織エージェントキーは使用しません。
{
"mcpServers": {
"visualq": {
"command": "npx",
"args": ["-y", "@visualq/mcp"],
"env": {
"VISUALQ_API_KEY": "vq_live_…",
"VISUALQ_BASE_URL": "https://visualq.ai"
}
}
}
}プロジェクト → 設定 → API キー で作成します。
ホスト型 REST ゲートウェイ(上級者向け)
VisualQ は JSON 呼び出し(stdio MCP ワイヤプロトコルではない)も公開しています:
GET https://visualq.ai/api/mcp— ツールカタログ(公開)POST https://visualq.ai/api/mcp/v1/invoke—X-API-Key+{ "tool", "args" }
@visualq/mcp npm パッケージがサポートされている IDE 統合パスです。
ローカル開発
npm install
npm run build
VISUALQ_API_KEY=vq_org_live_… VISUALQ_BASE_URL=http://localhost:3000 node dist/index.jsvisualq バックエンド(兄弟リポジトリ)からツールマニフェストを同期:
cd ../visualq && npm run mcp:export-manifest
cd ../visualq-mcp && npm run sync-manifestnpm に公開する前に:
cd ../visualq && npm run mcp:export-manifest
cd ../visualq-mcp && npm test && npm run build && npm run sync-manifest
npm publish --access public
# Optional: publish agent skills if skills/ changed
cd packages/agent-skills && npm publish --access publicリポジトリ
パッケージ: abecms/visualq-mcp
バックエンド: abecms/visualq(
/api/mcp/v1/invoke)
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
- AlicenseAqualityAmaintenanceMCP server that lets coding agents test AI agents. Create YAML test cases, snapshot golden baselines, check for regressions, and generate visual reports all from inside Claude Code or any MCP-compatible tool. Works with LangGraph, CrewAI, OpenAI, Claude, Mistral, and any HTTP API.1029128Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables running and inspecting Artillery load tests from MCP-compatible clients like Claude Desktop and Cursor, with features like saved configurations, preset tests, and regression detection.171MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to capture screenshots, run visual diffs, accessibility audits, and batch sweep plans for web pages via MCP tools.482MIT
- AlicenseAqualityCmaintenanceEnables Claude to capture screenshots of the screen, windows, regions, and web pages, and compare screenshots for visual regression testing.6MIT
Related MCP Connectors
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
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/abecms/visualq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server