Back to MCP Servers

New Relic

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

monitoringnewrelicapmobservabilitycommunity

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
View source on GitHub