MCP Server
MCP
Qase Test Management
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Install
npx -y @qase/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.qase.io/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@qase/mcp-server",
"version": "2.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Qase API token from app.qase.io > Settings > API Tokens",
"isRequired": true,
"isSecret": true,
"name": "QASE_API_TOKEN"
},
{
"description": "Custom API domain for enterprise (default: api.qase.io)",
"default": "api.qase.io",
"name": "QASE_API_DOMAIN"
},
{
"description": "Scheme used to reach the API domain: http or https. Use http only for self-hosted deployments served without TLS (default: https)",
"default": "https",
"name": "QASE_API_PROTOCOL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment