Lucius MCP
Rank #4821pulsemcp/ivanostanin-lucius
MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
Lucius MCP is a Model Context Protocol (MCP) server published by ivanostanin. It ranks #4821 of 58,832 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Lucius MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jan 28, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 54,011 of 58,832 servers on MCP Toplist.
Use Lucius MCP
Add Lucius MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"ivanostanin-lucius": {
"command": "uvx",
"args": [
"lucius-mcp"
],
"env": {
"ALLURE_ENDPOINT": "<your ALLURE_ENDPOINT>",
"ALLURE_PROJECT_ID": "<your ALLURE_PROJECT_ID>",
"ALLURE_API_TOKEN": "<your ALLURE_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ivanostanin-lucius": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.9.0"
],
"env": {
"ALLURE_ENDPOINT": "<your ALLURE_ENDPOINT>",
"ALLURE_PROJECT_ID": "<your ALLURE_PROJECT_ID>",
"ALLURE_API_TOKEN": "<your ALLURE_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.9.0/lucius-mcp-0.9.0-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.9.0/lucius-mcp-0.9.0-python.mcpb` — install it through your client’s extension manager.
Listed on 2 registries
ivanostanin
Available versions (1)
| Version | Published |
|---|---|
| 0.9.0 | May 12, 2026 |
Frequently asked questions
- What is Lucius MCP?
- MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
- Who maintains Lucius MCP?
- Lucius MCP is maintained by ivanostanin, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Lucius MCP an official MCP server?
- Yes — Lucius MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Lucius MCP have?
- MCP Toplist tracks 1 version of Lucius MCP, most recently published on May 12, 2026.
- Where can I find the source code for Lucius MCP?
- The source code for Lucius MCP is hosted at github.com/ivanostanin/lucius-mcp.