Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
New relic

New relic

New Relic is a comprehensive observability platform that helps developers and operations teams monitor, debug, and improve their entire stack, including applications, infrastructure, and customer experience.

182VIEWS
2477USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app new_relicnpx @composio/cli add cursor --app new_relicnpx @composio/cli add cursor --app new_relicnpx @composio/cli add cursor --app new_relic

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Alert Notification Channel

Tool to create an alert notification channel. use when you need to register a new endpoint (email, webhook, etc.) for alert notifications.

Create Alert Policy

Tool to create an alert policy. use when you need to programmatically set up a new alert policy in new relic.

Delete Alert Policy

Tool to delete an existing alert policy via rest api. use when you have the policy id and want to remove it via new relic's rest api. use after confirming the policy id exists.

Get Alert Channels

Tool to retrieve a list of alert notification channels. use when you need to list all configured channels after verifying your api key.

Get Alert Conditions

Tool to retrieve alert conditions for a specified policy. use after you have the policy id.

Get Alert Policies

Tool to retrieve a list of alert policies. use when you need to list existing alert policies with optional filtering and pagination.

Get Applications

Tool to retrieve a list of new relic applications. use when you need to list all applications or filter by name, host, or ids after authenticating your api key.

Get Browser Applications

Tool to list new relic browser applications. use when you need to retrieve all browser applications or filter by name after authenticating your api key.

Update Alert Notification Channel

Tool to update an existing new relic alert notification channel. use when you need to modify channel settings after verifying its id.

9 actions available