- New Relic MCP Server
New Relic MCP Server
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"
}
}
}
}