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"
}
}
}
}