Skip to main content
Glama

New Relic MCP Server

by cloudbring

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEW_RELIC_API_KEYYesYour New Relic User API Key (required)
NEW_RELIC_ACCOUNT_IDNoYour New Relic Account ID (optional, can be provided per tool call)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
run_nrql_query

Execute NRQL queries against New Relic data to analyze metrics and events

list_apm_applications

List all APM applications in your New Relic account

search_entities

Search for entities in New Relic by name, type, or tags

get_entity_details

Get detailed information about a specific entity

list_alert_policies

List all alert policies in your New Relic account

list_open_incidents

List all open incidents in your New Relic account

acknowledge_incident

Acknowledge an open incident

list_synthetics_monitors

List all Synthetics monitors in your New Relic account

create_browser_monitor

Create a new browser-based Synthetics monitor

run_nerdgraph_query

Execute a custom NerdGraph GraphQL query

create_deployment

Create a deployment marker for an APM application (REST v2).

list_deployments_rest

List deployments for an APM application (REST v2).

delete_deployment

Delete a deployment record (REST v2). Requires admin role permissions.

list_apm_applications_rest

List APM applications via REST v2.

list_metric_names_for_host

List metric names and values for a specific application host (REST v2).

get_metric_data_for_host

Get metric timeslices for metrics on a host (REST v2).

list_application_hosts

List hosts for an APM application (REST v2).

get_account_details

Get New Relic account details

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudbring/newrelic-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server