Loading MCP server directory, please wait...
MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
npx @getmcp/cli add io.github.ivanostanin/lucius-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ALLURE_ENDPOINTAllure TestOps base URL, for example https://example.testops.cloud.
ALLURE_PROJECT_IDDefault Allure TestOps project ID.
ALLURE_API_TOKENAllure TestOps API token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ivanostanin/lucius-mcp": {
"command": "uvx",
"args": [
"lucius-mcp"
],
"env": {
"ALLURE_ENDPOINT": "",
"ALLURE_PROJECT_ID": "",
"ALLURE_API_TOKEN": ""
}
}
}
}