Skip to main content
Glama
hram

Allure TestOps MCP

by hram

Allure TestOps MCP

Standalone stdio MCP server for Allure TestOps test case operations.

Tools

  • testops_search_test_cases

  • testops_get_test_case

  • testops_create_test_case

  • testops_delete_test_case

  • testops_get_scenario

  • testops_update_scenario

  • testops_get_issues

  • testops_set_issues

  • testops_get_custom_fields

  • testops_set_custom_fields

Related MCP server: Allure TestOps MCP

Configuration

Environment variables:

TESTOPS_BASE_URL=https://testops.example.com
TESTOPS_TOKEN=your-api-token
TESTOPS_REQUEST_TIMEOUT_MS=30000
TESTOPS_JIRA_INTEGRATION_ID=1
TESTOPS_ARTIFACTS_DIR=./artifacts

TESTOPS_ARTIFACTS_DIR is optional. If it is set, every tool response is also written to a timestamped JSON artifact.

Run Locally

npm install
npm test
TESTOPS_BASE_URL=https://testops.example.com TESTOPS_TOKEN=... npm start

Cursor

Project-level .cursor/mcp.json:

{
  "mcpServers": {
    "testops": {
      "command": "node",
      "args": ["/absolute/path/to/allure-testops-mcp/src/mcp-server.js"],
      "env": {
        "TESTOPS_BASE_URL": "https://testops.example.com",
        "TESTOPS_TOKEN": "your-api-token"
      }
    }
  }
}

If the package is published to npm:

{
  "mcpServers": {
    "testops": {
      "command": "npx",
      "args": ["-y", "allure-testops-mcp"],
      "env": {
        "TESTOPS_BASE_URL": "https://testops.example.com",
        "TESTOPS_TOKEN": "your-api-token"
      }
    }
  }
}

Codex

[mcp_servers.testops]
command = "node"
args = ["/absolute/path/to/allure-testops-mcp/src/mcp-server.js"]

[mcp_servers.testops.env]
TESTOPS_BASE_URL = "https://testops.example.com"
TESTOPS_TOKEN = "your-api-token"

Claude

{
  "mcpServers": {
    "testops": {
      "command": "node",
      "args": ["/absolute/path/to/allure-testops-mcp/src/mcp-server.js"],
      "env": {
        "TESTOPS_BASE_URL": "https://testops.example.com",
        "TESTOPS_TOKEN": "your-api-token"
      }
    }
  }
}
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    B
    maintenance
    An MCP server for Zephyr Scale test management supporting Jira Cloud and Data Center. It enables creating, reading, and managing test cases and test runs via the Atlassian REST API with official API-compliant schemas.
    16
    199
    5
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server for Allure TestOps that enables AI agents to manage test cases, defects, test plans, and other test management entities with clear, easy-to-use tools and helpful error guidance.
    66
    7
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for Appcircle mobile CI/CD platform.

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

  • Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

View all MCP Connectors

Latest Blog Posts

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/hram/allure-testops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server