Skip to content
Grok

LLM Preflight for Grok

io.github.feronovak/llm-preflight

Local, cross-provider preflight checks for LLM integration changes.

client:Grok transport:stdio runtime:pypi

Install LLM Preflight in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "llm-preflight": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "llm-preflight"
      ]
    }
  }
}

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

LLM Preflight in other clients