Back to MCP Servers

New Relic

Query telemetry data, investigate alerts, analyze application performance, and manage dashboards in New Relic

monitoringnewrelicapmobservabilitycommunity
By New Relic
7Updated 8 months ago

Installation

npx @newrelic/mcp-server

Configuration

{
  "mcpServers": {
    "newrelic": {
      "command": "npx",
      "args": ["-y", "@newrelic/mcp-server"],
      "env": {
        "NEW_RELIC_API_KEY": "your-new-relic-api-key",
        "NEW_RELIC_ACCOUNT_ID": "your-account-id"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

New Relic MCP

What is New Relic MCP?

An MCP server implementation that connects AI agents and tools to New Relic's observability data. With this server, you can use natural language to query your telemetry data, investigate alerts, analyze performance, and generate intelligent insights from your monitoring infrastructure.

� Getting Started

For detailed setup instructions and complete documentation, visit: New Relic MCP Documentation

Quick Setup

  1. Set up authentication (API key or OAuth2.0 - see full documentation)
  2. Configure your MCP client with the server endpoint
  3. Start using natural language to interact with your observability data

Tool Categories

Some of the tools organized by category:

  • Entity and Account Management: Entity lookup, account management
  • Alerting and Monitoring: Alert policies, incident management, recent issues
  • Incident Response: Change tracking, error and alert analysis
  • Performance Analytics: Golden metrics, logs, thread analysis
  • Data Access: NRQL queries, natural language processing
  • Advanced Analysis: Deployment impact assessment, entity log analysis
View source on GitHub