MCP Server
MCP
Lucius MCP
MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
Install
uvx lucius-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "lucius-mcp",
"version": "0.14.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Allure TestOps base URL, for example https://example.testops.cloud.",
"isRequired": true,
"format": "string",
"name": "ALLURE_ENDPOINT"
},
{
"description": "Default Allure TestOps project ID.",
"isRequired": true,
"format": "number",
"name": "ALLURE_PROJECT_ID"
},
{
"description": "Allure TestOps API token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALLURE_API_TOKEN"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/ivanostanin/lucius-mcp:0.14.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Allure TestOps base URL, for example https://example.testops.cloud.",
"isRequired": true,
"format": "string",
"name": "ALLURE_ENDPOINT"
},
{
"description": "Default Allure TestOps project ID.",
"isRequired": true,
"format": "number",
"name": "ALLURE_PROJECT_ID"
},
{
"description": "Allure TestOps API token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ALLURE_API_TOKEN"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/ivanostanin/lucius-mcp/releases/download/v0.14.4/lucius-mcp-0.14.4-uv.mcpb",
"fileSha256": "8cd189e714a0225657e75462b80c7a92ccda54195293bfe5caaaeafd4bfb0018",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/ivanostanin/lucius-mcp/releases/download/v0.14.4/lucius-mcp-0.14.4-python.mcpb",
"fileSha256": "a8e8aed67a3e80802dde0b19598e4eb4e7b714a142a0b84a469003fbce0a2c4b",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
pypi
oci
mcpb
By
Comments
Sign in to leave a comment