Skip to content
Cline

Lucius MCP for Cline

io.github.ivanostanin/lucius-mcp

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

client:Cline transport:stdio runtime:pypi

Install Lucius MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lucius-mcp": {
      "command": "uvx",
      "args": [
        "lucius-mcp"
      ],
      "env": {
        "ALLURE_ENDPOINT": "<ALLURE_ENDPOINT>",
        "ALLURE_PROJECT_ID": "<ALLURE_PROJECT_ID>",
        "ALLURE_API_TOKEN": "<ALLURE_API_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Lucius MCP in other clients