Odel
Lucius MCP

Lucius MCP

Local
@ivanostanin7PythonApache-2.0Updated 5 days ago

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).

PyPIlucius-mcpv0.15.3

Run

uvx lucius-mcp

MCP client config

{
  "mcpServers": {
    "lucius-mcp": {
      "command": "uvx",
      "args": [
        "lucius-mcp"
      ]
    }
  }
}
Dockerghcr.io/ivanostanin/lucius-mcp:0.15.3

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"
      ]
    }
  }
}
MCP Bundlehttps://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.3/lucius-mcp-0.15.3-uv.mcpb

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.

MCP Bundlehttps://github.com/ivanostanin/lucius-mcp/releases/download/v0.15.3/lucius-mcp-0.15.3-python.mcpb

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.