Skip to content
Windsurf

preflight for Windsurf

io.github.newrelic-experimental/preflight

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

client:Windsurf transport:stdio runtime:npm

Install preflight in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

preflight in other clients