New Relic MCP Server
@cloudbring
About New Relic MCP Server
Run NRQL, NerdGraph, and REST v2 operations to query data, manage incidents, create synthetics, and annotate deployments — all from your MCP client.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"newrelic": {
"command": "npx",
"args": [
"-y",
"newrelic-mcp"
],
"env": {
"NEW_RELIC_API_KEY": "your-api-key-here",
"NEW_RELIC_ACCOUNT_ID": "your-account-id"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is New Relic MCP Server?
New Relic MCP Server is a Model Context Protocol server that connects AI assistants directly to New Relic’s observability platform. It provides a suite of tools for querying data (NRQL, NerdGraph), managing entities, incidents, alert policies, APM applications, Synthetics monitors, and deployments. Designed for SRE copilots, it enables natural‑language interaction with New Relic.
How to use New Relic MCP Server?
Install the server with npx -y newrelic-mcp. Configure it in your MCP client’s JSON by setting NEW_RELIC_API_KEY (required) and optionally NEW_RELIC_ACCOUNT_ID. The default account ID can be overridden per tool call using the target_account_id parameter. The recommended system prompt guides the assistant on which tool to use for each task (e.g., run_nrql_query for aggregate analytics, REST tools for deployments).
Key features of New Relic MCP Server
- Execute NRQL queries for aggregate analytics and timeseries.
- Run arbitrary NerdGraph GraphQL queries.
- Search and retrieve detailed entity information.
- List, create, and manage Synthetics browser monitors.
- Triage and acknowledge open incidents by priority.
- Record and list APM deployments with full details.
- Enumerate and filter alert policies.
- Region‑aware REST v2 tools with auto‑pagination.
- Safe delete operations require explicit
confirm: true.
Use cases of New Relic MCP Server
- Query application error rates and response times over a specified window.
- List all open high‑priority incidents and summarize them by policy.
- Acknowledge a specific incident after verification.
- Create a new Synthetics browser monitor targeting a production URL.
- Record a deployment revision with changelog for an APM application.
- Search for entities by type, tag, or account and inspect golden metrics.
FAQ from New Relic MCP Server
What environment variables are required?
NEW_RELIC_API_KEY is required. NEW_RELIC_ACCOUNT_ID is optional; if not set, you must provide target_account_id per tool call.
How do I delete a deployment?
Deletion requires explicit user confirmation. Set the confirm: true parameter when calling delete_deployment.
Is the server region aware?
Yes. REST v2 tools are region‑aware and can be configured per request to target the correct New Relic region (e.g., US, EU).
What is the difference between run_nrql_query and run_nerdgraph_query?
Use run_nrql_query for aggregate analytics and timeseries data. Use run_nerdgraph_query for graph‑shaped data and entities/alerts APIs.
Does New Relic MCP Server require a New Relic account?
Yes. You need a valid New Relic User API Key and an Account ID to use the server.
Frequently asked questions
What environment variables are required?
`NEW_RELIC_API_KEY` is required. `NEW_RELIC_ACCOUNT_ID` is optional; if not set, you must provide `target_account_id` per tool call.
How do I delete a deployment?
Deletion requires explicit user confirmation. Set the `confirm: true` parameter when calling `delete_deployment`.
Is the server region aware?
Yes. REST v2 tools are region‑aware and can be configured per request to target the correct New Relic region (e.g., US, EU).
What is the difference between `run_nrql_query` and `run_nerdgraph_query`?
Use `run_nrql_query` for aggregate analytics and timeseries data. Use `run_nerdgraph_query` for graph‑shaped data and entities/alerts APIs.
Does New Relic MCP Server require a New Relic account?
Yes. You need a valid New Relic User API Key and an Account ID to use the server.
Basic information
More Developer Tools MCP servers

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

Termany
thinkany-aiAgent-Native Terminal

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·
Comments