New Relic

New Relic MCP Connector for Claude

A+

Monitor and query your entire stack via New Relic NerdGraph — track entities, NRQL, and alerts directly from your AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your New Relic account to your AI agent and gain full visibility into your applications and infrastructure through natural conversation using the powerful NerdGraph GraphQL API.

What you can do

  • Entity Discovery — List and search for monitored entities such as APM applications, hosts, containers, and browser apps.
  • Custom Querying — Execute raw NRQL (New Relic Query Language) strings to retrieve specific datasets and custom metrics.
  • Golden Metrics — Fetch real-time APM summaries including error rates, Apdex scores, and average response times.
  • Incident Monitoring — Track active AI-detected issues and open alerts across your accounts.
  • Dashboard Oversight — List and retrieve configuration details for your custom observability dashboards.
  • Account Management — Access current user metadata and list all accessible New Relic accounts.
  • SLO Tracking — Monitor defined Service Level Indicators (SLOs) and performance levels.

How it works

  1. Subscribe to this server
  2. Enter your New Relic User API Key
  3. Start monitoring your infrastructure from Claude, Cursor, or any MCP client

Who is this for?

  • SRE & DevOps Engineers — quickly check for active incidents or run NRQL queries without opening the browser.
  • Developers — monitor the health and golden metrics of your applications during deployment or testing.
  • Product Managers — track SLOs and high-level performance indicators through natural language.
apminfrastructure-monitoringnrqllog-managementreal-time-alertsgraphql

10 tools expose this connector's capabilities to your AI agent.

get_apm_summary

Get APM golden metrics

get_dashboard

Get dashboard configuration

get_entity_details

Get specific entity metadata

get_me

Get current user and account info

list_accounts

List accessible New Relic accounts

list_alerts

List active issues and alerts

list_dashboards

List New Relic dashboards

list_entities

List monitored entities

list_service_levels

List Service Level Indicators (SLOs)

run_nrql

Execute a NRQL query

See how to talk to your AI agent using New Relic.

List all APM applications in my account.

Retrieving entities... I found 5 APM applications: 'Web-Frontend-Prod', 'Inventory-Service', 'Auth-API', and 2 others. Would you like the golden metrics for 'Web-Frontend-Prod'?

Show me the error rate and response time for application GUID 'MTIzNDU2fEFQTXxBUFBMSUNBVElPTnwxMjM'.

Fetching APM summary... For application 'Web-Frontend-Prod', the current error rate is 0.05%, the Apdex score is 0.98, and the average response time is 156ms. These values are within normal operating ranges.

Run NRQL: 'SELECT average(duration) FROM Transaction FACET appName SINCE 1 DAY AGO' for account 12345.

Executing NRQL query... The results show the average duration per application over the last 24 hours. 'Web-Frontend' averaged 0.12s, 'Auth-API' averaged 0.08s, and 'DB-Proxy' averaged 0.45s. Shall I format this into a table for you?

In New Relic, go to the account dropdown > API keys. Look for a key of type 'USER'. This is required for NerdGraph access.

Related Connectors