← Back to Plugins
MCP Server MCP

io.github.mshegolev/allure-testops-mcp

github By github 👁 1 views ▲ 0 votes

Allure TestOps MCP — projects, launches, test cases, test results via REST API.

Homepage Verified source GitHub

Install

uvx allure-testops-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "allure-testops-mcp",
      "version": "0.9.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Allure TestOps URL (e.g. https://allure.example.com)",
          "isRequired": true,
          "format": "string",
          "name": "ALLURE_URL"
        },
        {
          "description": "API token from Allure TestOps (Profile -> API tokens)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ALLURE_TOKEN"
        },
        {
          "description": "Verify SSL certificates (true/false). Set to 'false' for self-signed corp certs.",
          "format": "string",
          "default": "true",
          "name": "ALLURE_SSL_VERIFY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...