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
{
"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