MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx lucius-mcp
MCP client config
{
"mcpServers": {
"lucius-mcp": {
"command": "uvx",
"args": [
"lucius-mcp"
]
}
}
}Run
docker run -i --rm ghcr.io/ivanostanin/lucius-mcp:0.15.3
MCP client config
{
"mcpServers": {
"lucius-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.15.3"
]
}
}
}Distributed as an MCP bundle (`https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.3/lucius-mcp-0.15.3-uv.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.3/lucius-mcp-0.15.3-python.mcpb`) — download it and import the bundle in your MCP client.