Skip to content
Claude Desktop

PREFLIGHT — URL Routing for AI Agents for Claude Desktop

io.github.gsterlingpress/preflight

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

client:Claude Desktop transport:streamable-http tools:2

Install PREFLIGHT — URL Routing for AI Agents in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "preflight": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://preflight-api-production-01a2.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

PREFLIGHT — URL Routing for AI Agents in other clients