About
Overview
The New Relic MCP Server enables AI agents to interact with New Relic's observability platform. It provides tools for executing NRQL queries, managing alert conditions, exploring APM data, and accessing infrastructure metrics.
Capabilities
Tools & Capabilities
⚡nrql_query
Execute a NRQL query
⚡list_applications
List monitored applications
⚡get_application
Get application health and metrics
⚡list_alerts
List alert conditions
⚡get_error_traces
Get error traces for an application
Setup
Installation
bash
Install
npx -y @newrelic/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"newrelic": {
"command": "npx",
"args": ["-y", "@newrelic/mcp-server"],
"env": {
"NEW_RELIC_API_KEY": "your-api-key",
"NEW_RELIC_ACCOUNT_ID": "your-account-id"
}
}
}
}Quick Info
Authornewrelic
LanguageTypeScript
StatusStable
Stars★ 90
Last UpdatedFeb 12, 2026