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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → New Relic, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
New Relic + Claude
Query New Relic (NRQL, alerts, incidents, dashboards, deployments, entities) from any AI agent via NerdGraph + REST. 7 tools, API-key auth.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
NEW_RELIC_USER_KEY
Paso 1 — Obtener credenciales
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)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en Claude
Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.
- Abre claude.ai/customize/connectors.
- Pulsa "Add custom connector".
- Rellena:
- Name:
New Relic - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.
Herramientas disponibles
| 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 |
FAQ
¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.