MCP server

New Relic

MCP

Official New Relic MCP. NRQL included.

mcp.newrelic.com. APM, logs, and queries against the account you authorize.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "newrelic": {
      "url": "https://mcp.newrelic.com/mcp/"
    }
  }
}

By New Relic

Spec

What the server actually exposes.

  • nrql

    read

    Run a read-only NRQL query.

  • entities

    read

    APM and infra entities.

  • alerts

    read

    Open issues.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

newrelic-mcp.mcp/tools

Tools

  • nrql

    Run a read-only NRQL query.

    read
  • entities

    APM and infra entities.

    read
  • alerts

    Open issues.

    read

Last call

{ "ok": true,
  "tool": "nrql",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.