New Relic MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The New Relic MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Grafana (Docker)
Search dashboards, query Prometheus and Loki datasources, manage alerts, and investigate incidents on any Grafana instance (self-hosted or Grafana Cloud) via Docker.
Sentry (Local)
Query and manage Sentry issues, errors, performance data, and project settings locally via npx. Supports AI-powered search with your own LLM API key.
Sentry (Remote)
Query and manage Sentry issues, errors, performance data, and project settings through Sentry's hosted remote MCP server. No local setup required.
Sentry (Self-Hosted)
Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host.
Axiom (npx)
Query and manage Axiom datasets for log analysis and observability. Execute APL queries, list datasets, and ingest events.
Better Stack
Monitor uptime, manage incidents and on-call schedules, query logs and metrics, and analyze errors through Better Stack's hosted remote MCP server. Authenticates via OAuth in your browser, no local setup or token required.
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.