Back to Browse

Preflight MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved); 5 highly-trusted packages.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

New Relic ingest license key. Optional: without it Preflight runs local-only with the dashboard at localhost:7777.Required

Environment variable: NEW_RELIC_LICENSE_KEY

New Relic account id, used for dashboard and alert deployment. Optional.Optional

Environment variable: NEW_RELIC_ACCOUNT_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-newrelic-experimental-preflight": {
      "env": {
        "NEW_RELIC_ACCOUNT_ID": "your-new-relic-account-id-here",
        "NEW_RELIC_LICENSE_KEY": "your-new-relic-license-key-here"
      },
      "args": [
        "-y",
        "@newrelic/preflight"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!