McpMux
Back to Registry

New Relic MCP Server

Community

Contributed by New Relic

Query and analyze your New Relic observability data through New Relic's official hosted remote MCP server. Run NRQL queries, inspect dashboards, alerts, APM, and entity data. Authenticates with a New Relic User API key sent via the Api-Key header.

About the New Relic MCP Server

The New Relic MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Query and analyze your New Relic observability data through New Relic's official hosted remote MCP server. Run NRQL queries, inspect dashboards, alerts, APM, and entity data. Authenticates with a New Relic User API key sent via the Api-Key header. This is a community-contributed MCP server by New Relic.

Install the New Relic MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "http",
  "url": "https://mcp.newrelic.com/mcp/",
  "headers": {
    "Api-Key": "${input:NEW_RELIC_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "NEW_RELIC_API_KEY",
        "label": "New Relic User API Key",
        "description": "A New Relic User API key (starts with NRAK-). The MCP server inherits this user's role-based permissions and account context. If your account is in the EU region, use the EU endpoint https://mcp.eu.newrelic.com/mcp/ instead.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "NRAK-****************************",
        "obtain": {
          "url": "https://one.newrelic.com/admin-portal/api-keys/home",
          "instructions": "1. Log in to New Relic\n2. Open the user menu and choose API keys\n3. Create a new User key (or copy an existing one)\n4. Copy the key (format NRAK-...)",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportRemote (HTTP)
Hostingremote
AuthAPI Key
Capabilities
Tools

Categories

Tags

new-relicobservabilitymonitoringapmnrqltelemetry

Supported AI Clients

The New Relic MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install New Relic with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.