Skip to content
Grok

PREFLIGHT — URL Routing for AI Agents for Grok

io.github.gsterlingpress/preflight

Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.

client:Grok transport:streamable-http tools:2

Install PREFLIGHT — URL Routing for AI Agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "preflight": {
      "type": "http",
      "url": "https://preflight-api-production-01a2.up.railway.app/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

What Grok can do once it is connected

PREFLIGHT — URL Routing for AI Agents in other clients