mcpbeat Sign in

Preflight MCP Server

by newrelic-experimental Your server? Claim it
local only

Preflight runs on your own machine — the client starts it, so there is no endpoint to ping. 5 440 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 1 407 · avg 450 · +162% w/w
a month agotoday
5 440
Installs / week
npm · @newrelic/preflight
47
Stars
98 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/install/migrate.ts:132
          `    rm -r "${oldPath}"\n`,
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/install/cli.ts:262
  spawn(process.execPath, proc.argv, { cwd: proc.cwd, detached: true, stdio: 'ignore' }).unref();
  digestWebhookUrl: 'https://hooks.slack.com/services/TXXXXXXXX/BXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Preflight and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add preflight -- npx -y @newrelic/preflight
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "preflight": {
      "args": [
        "-y",
        "@newrelic/preflight"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.preflight]
command = "npx"
args = ["-y", "@newrelic/preflight"]
.cursor/mcp.json
{
  "mcpServers": {
    "preflight": {
      "args": [
        "-y",
        "@newrelic/preflight"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "preflight": {
      "args": [
        "-y",
        "@newrelic/preflight"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NEW_RELIC_LICENSE_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Preflight

same job, measured the same way
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
Thinkrun
by dundas

Browser control + session recording MCP for AI coding agents (Claude Code, Cursor) — real Chrome.

68 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only

Preflight — questions

Answers built from our own checks of this server.

Why is there no uptime for Preflight?
Preflight runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @newrelic/preflight was installed 5 440 times last week.
How do I connect Preflight?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @newrelic/preflight straight from npm; nothing to host, nothing to sign up for.
How many people use Preflight?
The npm package @newrelic/preflight was installed 5 440 times in the last week. Week over week that is +162%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Preflight open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 47 stars on GitHub and 98 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.