Lucius MCP for Windsurf
io.github.ivanostanin/lucius-mcp
MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
client:Windsurf
transport:stdio
runtime:pypi
Install Lucius MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs