Lucius MCP
Rank #1,990io.github.ivanostanin/lucius-mcp
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 #1,990 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Lucius MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 29 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 130,056 of 132,046 servers on MCP Toplist.
Use Lucius MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lucius-mcp -e "ALLURE_ENDPOINT=<your ALLURE_ENDPOINT>" -e "ALLURE_PROJECT_ID=<your ALLURE_PROJECT_ID>" -e "ALLURE_API_TOKEN=<your ALLURE_API_TOKEN>" -- uvx lucius-mcpReplace each placeholder with your own value before saving.
claude mcp add lucius-mcp -e "ALLURE_ENDPOINT=<your ALLURE_ENDPOINT>" -e "ALLURE_PROJECT_ID=<your ALLURE_PROJECT_ID>" -e "ALLURE_API_TOKEN=<your ALLURE_API_TOKEN>" -- docker run -i --rm ghcr.io/ivanostanin/lucius-mcp:0.15.7Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
[mcp_servers.lucius-mcp]
command = "uvx"
args = ["lucius-mcp"]
[mcp_servers.lucius-mcp.env]
ALLURE_ENDPOINT = "<your ALLURE_ENDPOINT>"
ALLURE_PROJECT_ID = "<your ALLURE_PROJECT_ID>"
ALLURE_API_TOKEN = "<your ALLURE_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.lucius-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/ivanostanin/lucius-mcp:0.15.7"]
[mcp_servers.lucius-mcp.env]
ALLURE_ENDPOINT = "<your ALLURE_ENDPOINT>"
ALLURE_PROJECT_ID = "<your ALLURE_PROJECT_ID>"
ALLURE_API_TOKEN = "<your ALLURE_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"lucius-mcp": {
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucius-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.15.7"
],
"env": {
"ALLURE_ENDPOINT": "<your ALLURE_ENDPOINT>",
"ALLURE_PROJECT_ID": "<your ALLURE_PROJECT_ID>",
"ALLURE_API_TOKEN": "<your ALLURE_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"lucius-mcp": {
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucius-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.15.7"
],
"env": {
"ALLURE_ENDPOINT": "<your ALLURE_ENDPOINT>",
"ALLURE_PROJECT_ID": "<your ALLURE_PROJECT_ID>",
"ALLURE_API_TOKEN": "<your ALLURE_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
{
"servers": {
"lucius-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"lucius-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.15.7"
],
"env": {
"ALLURE_ENDPOINT": "<your ALLURE_ENDPOINT>",
"ALLURE_PROJECT_ID": "<your ALLURE_PROJECT_ID>",
"ALLURE_API_TOKEN": "<your ALLURE_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"lucius-mcp": {
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucius-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.15.7"
],
"env": {
"ALLURE_ENDPOINT": "<your ALLURE_ENDPOINT>",
"ALLURE_PROJECT_ID": "<your ALLURE_PROJECT_ID>",
"ALLURE_API_TOKEN": "<your ALLURE_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"lucius-mcp": {
"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": {
"lucius-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ivanostanin/lucius-mcp:0.15.7"
],
"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.15.7/lucius-mcp-0.15.7-uv.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.7/lucius-mcp-0.15.7-python.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ivanostanin%2Flucius-mcp)<a href="https://mcptoplist.com/server/io.github.ivanostanin%2Flucius-mcp"><img src="https://mcptoplist.com/badge/io.github.ivanostanin%2Flucius-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ivanostanin
Available versions (29)
| Version | Published |
|---|---|
| 0.15.7 | Sep 21, 2026 |
| 0.15.6 | Sep 17, 2026 |
| 0.15.5 | Sep 9, 2026 |
| 0.15.4 | Sep 8, 2026 |
| 0.15.3 | Sep 2, 2026 |
| 0.15.1 | Sep 1, 2026 |
| 0.15.0 | Aug 28, 2026 |
| 0.14.4 | Aug 24, 2026 |
| 0.14.3 | Aug 17, 2026 |
| 0.14.2 | Aug 12, 2026 |
| 0.14.1 | Aug 3, 2026 |
| 0.14.0 | Jul 30, 2026 |
| 0.13.2 | Jul 28, 2026 |
| 0.13.1 | Jul 21, 2026 |
| 0.13.0 | Jul 21, 2026 |
| 0.12.3 | Jul 20, 2026 |
| 0.12.2 | Jul 18, 2026 |
| 0.12.1 | Jul 17, 2026 |
| 0.12.0 | Jul 15, 2026 |
| 0.11.0 | Jul 6, 2026 |
| 0.10.6 | Jun 22, 2026 |
| 0.10.5 | Jun 20, 2026 |
| 0.10.3 | Jun 15, 2026 |
| 0.10.2 | Jun 8, 2026 |
| 0.10.1 | Jun 3, 2026 |
| 0.10.0 | May 31, 2026 |
| 0.9.2 | May 26, 2026 |
| 0.9.1 | May 19, 2026 |
| 0.9.0 | May 12, 2026 |
Frequently asked questions
- Who maintains Lucius MCP?
- Lucius MCP is maintained by ivanostanin, which publishes 1 MCP server (29 total versions) tracked on MCP Toplist.
- Is Lucius MCP listed on the Official MCP Registry?
- Yes — Lucius MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Lucius MCP have?
- MCP Toplist tracks 29 versions of Lucius MCP, most recently published on Sep 21, 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.