Skip to content
Zed

preflight for Zed

io.github.newrelic-experimental/preflight

New Relic MCP server for observing AI coding assistants (Claude Code, Cursor, Copilot, etc.)

client:Zed transport:stdio runtime:npm

Install preflight in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "preflight": {
      "command": "npx",
      "args": [
        "-y",
        "@newrelic/preflight"
      ],
      "env": {
        "NEW_RELIC_LICENSE_KEY": "<NEW_RELIC_LICENSE_KEY>",
        "NEW_RELIC_ACCOUNT_ID": "<NEW_RELIC_ACCOUNT_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

preflight in other clients