Skip to content
Grok

key drivers mcp for Grok

io.github.petrmasa/key-drivers-mcp

MCP server for key driver and feature importance analysis based on rule mining

client:Grok transport:stdio runtime:pypi

Install key drivers mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "key-drivers-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "key-drivers-mcp"
      ]
    }
  }
}

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

key drivers mcp in other clients