Connector guide2-minute read7 MCP toolsEnglish · Deutsch · Italiano

Come collegare New Relic a Claude — via MCP

Query New Relic (NRQL, alerts, incidents, dashboards, deployments, entities) from any AI agent via NerdGraph + REST. 7 tools, API-key auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

New Relic

Query New Relic (NRQL, alerts, incidents, dashboards, deployments, entities) from any AI agent via NerdGraph + REST. 7 tools, API-key auth.

Tools

7

Region

INTL

Category

monitoring

Authentication

Required env vars

NEW_RELIC_USER_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the New Relic in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → New Relic, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

New Relic + Claude

Query New Relic (NRQL, alerts, incidents, dashboards, deployments, entities) from any AI agent via NerdGraph + REST. 7 tools, API-key auth.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

NEW_RELIC_USER_KEY

Step 1 — Ottieni le credenziali

This connector wraps two New Relic APIs: the modern NerdGraph (GraphQL) at api.newrelic.com/graphql AND the legacy REST API for deployments (api.newrelic.com/v2).

Setup:

  1. Log into https://one.newrelic.com → top-right avatar → API keys.
  2. Create a User key (type: USER, NOT 'License key' / 'Ingest key'). Scopes: account read at minimum; admin if you want to create deployments. Set NEW_RELIC_USER_KEY.
  3. Note your Account ID (visible in the URL or via the keys page). You'll pass it as a parameter to most tools.
  4. EU region: if your org is on the EU data centre, change baseUrl to https://api.eu.newrelic.com.

…(continued in the in-app connector instructions)

Step 2 — Installa l'adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Step 3 — Aggiungi il connettore in Claude

Percorso consigliato — funziona su claude.ai web senza toccare alcun file di configurazione.

  1. Apri claude.ai/customize/connectors.
  2. Clicca "Add custom connector".
  3. Compila:
    • Name: New Relic
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
  4. Clicca Connect per autorizzare.

Tutti i tool sotto compaiono nella tua chat — inizia a scrivere prompt.

Tool disponibili

ToolWhat it does
new_relic_run_nrqlRun an NRQL (New Relic Query Language) query against an account
new_relic_graphql_queryRun an arbitrary NerdGraph (GraphQL) query/mutation
new_relic_search_entitiesFind entities (services, hosts, browsers, mobile apps, dashboards, workloads) by name + domain + type
new_relic_get_entityFetch an entity by GUID — returns the full entity payload (golden metrics, golden tags, recent issues for APM apps)
new_relic_list_deploymentsList recent deployments recorded for an APM application via the legacy REST API
new_relic_create_deploymentRecord a deployment marker on an APM application's chart
new_relic_recent_incidentsList recent open incidents for an account from the AI/AIops issue stream

FAQ

Funziona con Claude Code come con Claude Desktop? Sì — punta entrambi a https://cloud.anythingmcp.com/mcp.

Prossimi passi

Ready to ship

Your New agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.