{
  "mcpServers": {
    "orbyt-intelligence": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.orbytjobs.ai/api/v1/intelligence/mcp",
        "--transport",
        "http-only",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer intelligence_your_key_here"
      }
    }
  }
}
