Applies to: ACCELQ Autopilot
Supported assistants: ChatGPT, Claude, Claude Code, VS Code (GitHub Copilot), Cursor, Gemini
Overview
ACCELQ works with AI assistants through the Model Context Protocol (MCP). Once connected, you can ask the assistant in plain language to plan and create tests, run them, and tell you how your runs went.
How access works: The assistant works in ACCELQ as you, with your own permissions. It can only do what you can already do in ACCELQ, and everything it does is recorded like your own actions.
Before you start
| Requirement | Details |
|---|---|
| Autopilot on your ACCELQ plan | MCP is part of Autopilot. If you don't see the MCP server URL in Step 1, your plan may not include it. |
| Tenant enabled for MCP | Your ACCELQ administrator enables this. If the URL isn't shown, ask them. |
| An ACCELQ account | The assistant signs in as you. No API key is needed. |
| An MCP-capable assistant | ChatGPT, Claude (web or desktop), Claude Code, VS Code with GitHub Copilot, Cursor or Gemini |
Step 1: Copy your MCP server URL
- In ACCELQ, click your profile picture (top right).
- Open API Key & Integrations.
- Under MCP server URL, click the copy icon.
Note: The URL is specific to your company's ACCELQ account. Use it exactly as copied.
Step 2: Add ACCELQ to your assistant
Follow the steps for your assistant below.
ChatGPT
Custom MCP connectors in ChatGPT are available on paid plans through Developer mode.
- Open Settings → Apps & Connectors → Advanced settings and turn on Developer mode.
- Back in Apps & Connectors, click Create.
- Enter a name (for example,
ACCELQ), paste the MCP server URL, and choose OAuth as the authentication. - Click Create. Sign in to ACCELQ when asked and approve access (see Step 3).
- In a chat, open the + menu, choose Developer mode, and turn on the ACCELQ connector.
Note: On Business, Enterprise and Edu workspaces, an admin may need to enable Developer mode or add the connector for the workspace first.
Claude (claude.ai and Claude Desktop)
- Open Settings → Connectors.
- Click Add custom connector.
- Enter a name (for example,
ACCELQ) and paste the MCP server URL. - Click Add, then Connect.
- Sign in to ACCELQ when asked and approve access (see Step 3).
Note: On Team and Enterprise plans, an organization owner may need to add the connector first.
Claude Code
Run:
claude mcp add --transport http accelq <your MCP server URL>
- Start Claude Code and run
/mcpto sign in.
VS Code (GitHub Copilot, agent mode)
- Create or open
.vscode/mcp.jsonin your workspace, or run MCP: Add Server from the Command Palette. Add:
{ "servers": { "accelq": { "type": "http", "url": "<your MCP server URL>" } } }- Click Start above the server entry and sign in when asked.
Cursor
- Open Settings → MCP → Add new MCP server, or edit
~/.cursor/mcp.json. Add:
{ "mcpServers": { "accelq": { "url": "<your MCP server URL>" } } }- Save. Cursor opens a browser window for you to sign in.
Gemini
- At gemini.google.com, open Connected Apps in the left menu.
- Under Custom apps, paste the MCP server URL and click Next.
- Under Additional settings, leave Client ID and Client secret empty. ACCELQ registers Gemini automatically. Click Next.
- Sign in to ACCELQ when asked and approve access (see Step 3).
Note: Custom connected apps may depend on your Gemini plan or workspace settings.
Other assistants
Any assistant that supports remote MCP servers with sign-in (OAuth) works the same way: add the URL, then sign in.
Step 3: Sign in and approve access
When you connect, your browser opens the ACCELQ sign-in page.
- Sign in with your usual ACCELQ account, including your company's single sign-on if you use it.
Review the access the assistant is requesting:
Permission Allows the assistant to Read See projects, tests, runs and results Write Create and update tests Execute Start and stop test runs - Click Approve.
Important: If the approval screen lists only Read, remove the connector and add it again. The assistant needs all three permissions to create and run tests.
After an ACCELQ update
Some assistants remember the list of ACCELQ tools from when you first connected. If the assistant says it can't do something this guide says it can, remove the ACCELQ connector and add it again.
Comments
0 comments
Please sign in to leave a comment.