Preflight MCP Server

Observability for AI Coding Assistants Docs • What's New • Examples • Community • Contributing. It runs locally over stdio via the published package.

People who work with cost tracking, developer tools and github copilot and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 47 · #2 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Preflight

before you install - you'll need

Set NEW_RELIC_API_KEY before connecting.

Claude Code

claude mcp add newrelic-experimental-preflight -- npx -y @newrelic/preflight

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "newrelic-experimental-preflight": {
      "command": "npx",
      "args": [
        "-y",
        "@newrelic/preflight"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @newrelic/preflight - the @newrelic scope differs from the repo owner (newrelic-experimental); confirm it's the project's official package

registry namespace io.github.newrelic-experimental is GitHub-verified and matches the repo owner

03 · What Preflight can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.56.0 · 2026-09-17

token breakdown by category on the share tables

v1.55.3 · 2026-09-17

Plugins share table shows the Cost column its siblings have

v1.55.2 · 2026-09-17

Fix dashboard pages taking a long time to load and blocking navigation

04 · Who maintains Preflight

preflight is maintained by newrelic-experimental. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
DevOps & monitoring - ranked #2 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
io.github.newrelic-experimental/preflight (active, first published 2026-09-03 · 58 versions)
packages
npm:@newrelic/preflight

06 · Preflight FAQ

What is Preflight?

Observability for AI Coding Assistants Docs • What's New • Examples • Community • Contributing. It runs locally over stdio via the published package.

Is Preflight still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Preflight?

Run `npx -y @newrelic/preflight`. The README documents one environment variable (NEW_RELIC_API_KEY) to set first. Set NEW_RELIC_API_KEY before connecting. You can also paste the ready-made client config above.

Does Preflight run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Preflight

head to head · World Monitor vs Preflight · Preflight vs Open Metadata

More DevOps & monitoring MCP servers · DevOps MCP · Monerometrics · Nslookup · Health Monitor · Infra Lens MCP

More TypeScript MCP servers · Iranti · Maket · Hub · Engram · Pubcrawl · see all