Skip to content
Grok

Lucius MCP for Grok

io.github.ivanostanin/lucius-mcp

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

client:Grok transport:stdio runtime:pypi

Install Lucius MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Lucius MCP in other clients