Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the New Relic in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Query New Relic (NRQL, alerts, incidents, dashboards, deployments, entities) from any AI agent via NerdGraph + REST. 7 tools, API-key auth.
Frag einfach
Beispiel-Prompts für New Relic
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Konnektor laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → New Relic klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
New Relic
Query New Relic (NRQL, alerts, incidents, dashboards, deployments, entities) from any AI agent via NerdGraph + REST. 7 tools, API-key auth.
Einrichtung
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:
- Log into https://one.newrelic.com → top-right avatar → API keys.
- 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. - Note your Account ID (visible in the URL or via the keys page). You'll pass it as a parameter to most tools.
- 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)
Voraussetzungen: NEW_RELIC_USER_KEY
Connector lokal installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle New Relic und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
new_relic_run_nrql | Run an NRQL (New Relic Query Language) query against an account |
new_relic_graphql_query | Run an arbitrary NerdGraph (GraphQL) query/mutation |
new_relic_search_entities | Find entities (services, hosts, browsers, mobile apps, dashboards, workloads) by name + domain + type |
new_relic_get_entity | Fetch an entity by GUID — returns the full entity payload (golden metrics, golden tags, recent issues for APM apps) |
new_relic_list_deployments | List recent deployments recorded for an APM application via the legacy REST API |
new_relic_create_deployment | Record a deployment marker on an APM application's chart |
new_relic_recent_incidents | List recent open incidents for an account from the AI/AIops issue stream |
Nächste Schritte
War dieser Guide hilfreich?