Connect your AI coding agent to the Qualty E2E testing platform
Project description
Qualty MCP User Setup
This guide shows how to install and use the published qualty-mcp package from PyPI in a new project, for both Claude Code and Cursor.
Prerequisites
- Python 3.11+ available on your machine
pipxinstalled- A Qualty API token (
qlty_ci_...)
Install pipx if needed:
python3 -m pip install --user --upgrade pipx
python3 -m pipx ensurepath
Open a new terminal after ensurepath.
1) Install Qualty MCP
pipx install qualty-mcp
If already installed and you want latest:
pipx upgrade qualty-mcp
2) Go to your project folder
cd /path/to/your-project
All project-specific files (.mcp.json, .qualty.json) will be created in the current folder.
3) Initialize token + default project
qualty-mcp init
This will:
- prompt for your
qlty_ci_...token - fetch projects in your account
- let you pick an active project for this workspace
Notes:
- token is stored globally at
~/.qualty/credentials - active project is stored per project in
.qualty.json
4A) Configure MCP for Claude Code
qualty-mcp install-claude-code
4B) Configure MCP for Cursor
qualty-mcp install-cursor
5) Restart your client
After writing .mcp.json, fully restart:
- Claude Code, or
- Cursor
This reloads MCP servers and starts qualty-mcp serve.
6) Verify setup
From the same project directory:
qualty-mcp doctor
qualty-mcp status
Expected:
- token configured
- API reachable
- default project configured
Common commands
List/switch active project for this workspace
qualty-mcp list-projects
or directly:
qualty-mcp switch-project --project-id 123
qualty-mcp switch-project --project-name "My Project"
Show config snippet only
qualty-mcp print-claude-code-config
qualty-mcp print-cursor-config
File model (important)
-
~/.qualty/credentials
Global token for this OS user (shared across folders) -
.qualty.json
Per-project active project defaults -
.mcp.json
Per-project MCP launch config for Claude Code/Cursor
Troubleshooting
Could not fetch projects: [Errno 8] nodename nor servname provided
This usually means local/network DNS issues or restricted network environment.
First verify package defaults:
qualty-mcp doctor
qualty-mcp status
Then restart client.
MCP changes not reflected
- Confirm you are in the right project folder
- Re-run install command for that project
- Restart Claude Code/Cursor
Reconfigure token
rm -f ~/.qualty/credentials
qualty-mcp init
Quickstart (copy/paste)
pipx install qualty-mcp
cd /path/to/your-project
qualty-mcp init
qualty-mcp install-claude-code
qualty-mcp doctor
Use install-cursor instead of install-claude-code if needed.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qualty_mcp-0.1.0.tar.gz.
File metadata
- Download URL: qualty_mcp-0.1.0.tar.gz
- Upload date:
- Size: 44.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e577ebe66816e2e9c2561f8ec8030eeb3adca1edc83c73eb53959b6718fda800
|
|
| MD5 |
7a6976fe34c242f856ceb64d109f9c02
|
|
| BLAKE2b-256 |
edd77024a6bcfcfa2956ad8bff0548de43efdd23f1eb3a42ceeafb63e117c678
|
Provenance
The following attestation bundles were made for qualty_mcp-0.1.0.tar.gz:
Publisher:
publish-pypi.yml on ReubenSantoso/Qualty-MCP-Server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualty_mcp-0.1.0.tar.gz -
Subject digest:
e577ebe66816e2e9c2561f8ec8030eeb3adca1edc83c73eb53959b6718fda800 - Sigstore transparency entry: 1395863726
- Sigstore integration time:
-
Permalink:
ReubenSantoso/Qualty-MCP-Server@e80382af64a9735e0853ccdcd4b15d356a7df4d2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/ReubenSantoso
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@e80382af64a9735e0853ccdcd4b15d356a7df4d2 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file qualty_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qualty_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 44.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
975a25a4b5fb1e51ba9ef395e8ed604daec279e30d9408abd83abf5b732b62a4
|
|
| MD5 |
860afc93add3e6fcf79cc3a82b07cc66
|
|
| BLAKE2b-256 |
39c12a8368730bfaf178a19ea0152661fa2557d182adecaf956d6cd0f87f12a6
|
Provenance
The following attestation bundles were made for qualty_mcp-0.1.0-py3-none-any.whl:
Publisher:
publish-pypi.yml on ReubenSantoso/Qualty-MCP-Server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qualty_mcp-0.1.0-py3-none-any.whl -
Subject digest:
975a25a4b5fb1e51ba9ef395e8ed604daec279e30d9408abd83abf5b732b62a4 - Sigstore transparency entry: 1395863736
- Sigstore integration time:
-
Permalink:
ReubenSantoso/Qualty-MCP-Server@e80382af64a9735e0853ccdcd4b15d356a7df4d2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/ReubenSantoso
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@e80382af64a9735e0853ccdcd4b15d356a7df4d2 -
Trigger Event:
workflow_dispatch
-
Statement type: