# Lucius MCP (oci · ghcr.io/ivanostanin/lucius-mcp:0.14.4)

MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.

- Trust score: 7/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-25

## Components

- mcpb · `lucius-mcp-0.14.4-python.mcpb`: 17/100, [markdown](https://verifymcp.io/servers/ivanostanin-lucius-mcp/https-github-com-ivanostanin-lucius-mcp-releases-download-v0-14-4-lucius-mcp-0-1.md), [page](https://verifymcp.io/servers/ivanostanin-lucius-mcp/https-github-com-ivanostanin-lucius-mcp-releases-download-v0-14-4-lucius-mcp-0-1)
- mcpb · `lucius-mcp-0.14.4-uv.mcpb`: 17/100, [markdown](https://verifymcp.io/servers/ivanostanin-lucius-mcp/https-github-com-ivanostanin-lucius-mcp-releases-download-v0-14-4-lucius-mcp-0-1-2.md), [page](https://verifymcp.io/servers/ivanostanin-lucius-mcp/https-github-com-ivanostanin-lucius-mcp-releases-download-v0-14-4-lucius-mcp-0-1-2)
- oci · `ghcr.io/ivanostanin/lucius-mcp:0.14.4`: 7/100 (this document), [markdown](https://verifymcp.io/servers/ivanostanin-lucius-mcp/ghcr-io-ivanostanin-lucius-mcp-0-14-4.md), [page](https://verifymcp.io/servers/ivanostanin-lucius-mcp/ghcr-io-ivanostanin-lucius-mcp-0-14-4)
- pypi · `lucius-mcp`: 0/100, [markdown](https://verifymcp.io/servers/ivanostanin-lucius-mcp/lucius-mcp.md), [page](https://verifymcp.io/servers/ivanostanin-lucius-mcp/lucius-mcp)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/ivanostanin/lucius-mcp:0.14.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-25.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we have no tool definitions to assess.
- **Tool Safety**: not scored yet
  - Not scored yet: our latest scan of this package recorded no findings here. That is usually because the category is newer than the scan, or because we have not captured the MCP schema this package serves yet. It fills in the next time we score it.
- **Capabilities**: 0/100
  - Protocol version not yet verified: this server's registry entry declares environment variables (an API key or similar) that our sandbox does not supply, so we never saw its MCP handshake.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Lucius MCP server?

Lucius MCP runs locally as a container image, launched with docker run --rm -i ghcr.io/ivanostanin/lucius-mcp:0.14.4. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add ivanostanin-lucius-mcp -- docker run --rm -i ghcr.io/ivanostanin/lucius-mcp:0.14.4
```

### Cursor

```json
{
  "mcpServers": {
    "ivanostanin-lucius-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ivanostanin/lucius-mcp:0.14.4"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ivanostanin-lucius-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ivanostanin/lucius-mcp:0.14.4"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add ivanostanin-lucius-mcp -- docker run --rm -i ghcr.io/ivanostanin/lucius-mcp:0.14.4
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ivanostanin-lucius-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/ivanostanin/lucius-mcp:0.14.4"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  ivanostanin-lucius-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/ivanostanin/lucius-mcp:0.14.4"]
```

### Netclaw

```json
{
  "McpServers": {
    "ivanostanin-lucius-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ivanostanin/lucius-mcp:0.14.4"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "ivanostanin-lucius-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ivanostanin/lucius-mcp:0.14.4"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-24 (score 7)

First indexed and scored.

## MCP tools (0)

Tools for package channels are captured by running the package in an isolated sandbox. The most recent sandbox run could not capture a tool list from this package.

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/ivanostanin-lucius-mcp/ghcr-io-ivanostanin-lucius-mcp-0-14-4#diagnostics

## Score history

- 2026-08-25: 7
- 2026-08-24: 7

## Common questions

### What is the Lucius MCP server?

Lucius MCP is listed in the public MCP registry as io.github.ivanostanin/lucius-mcp. MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata. This page covers its container image (ghcr.io/ivanostanin/lucius-mcp:0.14.4).

### Is the Lucius MCP server safe to use?

Lucius MCP scores 7 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Is the Lucius MCP server still maintained?

Lucius MCP is still listed as active in the MCP registry. We last reached this channel on 25 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Repository: https://github.com/ivanostanin/lucius-mcp
- Changelog RSS feed: https://verifymcp.io/servers/ivanostanin-lucius-mcp/ghcr-io-ivanostanin-lucius-mcp-0-14-4.xml
- Changelog JSON feed: https://verifymcp.io/servers/ivanostanin-lucius-mcp/ghcr-io-ivanostanin-lucius-mcp-0-14-4.json
- HTML version of this page: https://verifymcp.io/servers/ivanostanin-lucius-mcp/ghcr-io-ivanostanin-lucius-mcp-0-14-4
