Submit

New Relic MCP Server

@@cloudbring

Run NRQL, NerdGraph, and REST v2 operations to query data, manage incidents, create synthetics, and annotate deployments — all from your MCP client. A full‑featured New Relic MCP server that goes far beyond basic NRQL. It exposes safe, typed tools for APM discovery, alert policy/incident workflows (including acknowledge), entity search and deep details, creating Synthetics Browser monitors, and New Relic REST v2 coverage for deployments and metrics with region awareness and auto‑pagination.
Overview

Strong coverage across APIs: NRQL, NerdGraph, Entities, Alerts, Synthetics, APM, and REST v2.

Actionable, not just read‑only: Acknowledge incidents; create Synthetics Browser monitors; record and delete deployments (guarded).

Production‑friendly controls: Region selection (US/EU), cursor/page handling, opt‑in auto‑pagination, per‑call account override for multi‑tenant orgs.

Safer UX: Destructive actions require explicit confirmation flags.

Robust quality: Typed schemas, strict input validation, and comprehensive tests (BDD with Gherkin and eval-based checks).

Easy to adopt: Works in Zed, Windsurf, MCP Inspector and via npx; tool discovery works even without creds (auth validated on execution).

Server Config

{
  "mcpServers": {
    "newrelic": {
      "command": "npx",
      "args": [
        "-y",
        "newrelic-mcp"
      ],
      "env": {
        "NEW_RELIC_API_KEY": "your-api-key-here",
        "NEW_RELIC_ACCOUNT_ID": "your-account-id"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.