Skip to content
Cursor

Lucius MCP for Cursor

io.github.ivanostanin/lucius-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Lucius MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Lucius MCP in other clients