Home › Other › preflight

preflight

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

TypeScript
★ 48 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.57.0)

npx -y @newrelic/preflight@1.57.0

Or add to your MCP client config:

{
  "mcpServers": {
    "preflight": {
      "command": "npx",
      "args": [
        "-y",
        "@newrelic/preflight@1.57.0"
      ],
      "env": {
        "NEW_RELIC_LICENSE_KEY": "<YOUR_VALUE>",
        "NEW_RELIC_ACCOUNT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEW_RELIC_LICENSE_KEY secret — New Relic ingest license key. Optional: without it Preflight runs local-only with the dashboard at localhost:7777.
  • NEW_RELIC_ACCOUNT_ID — New Relic account id, used for dashboard and alert deployment. Optional.

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry