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.
Verdict
Common use cases
- Check alert policy status during incidents
- Create notification channels from standup chat
- List all monitored apps before deployments
- Delete obsolete alert policies in bulk
- Audit alert conditions across environments
Integration
- Vendor
- New Relic
- Category
- other
- Auth
- API_KEY
- Tools
- 9
- Composio slug
new_relic
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 policydestructive
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.
Setup
Setup guide
- 11. In Switchy, open your workspace settings and navigate to the MCP Integrations page. 2. Click 'Add Integration' and select New Relic from the catalog. 3. In a separate tab, log into New Relic and go to Account Settings → API Keys. 4. Generate a new REST API key with permissions for Alerts and APM (both read and write if you plan to create or delete policies). 5. Copy the key and paste it into the API Key field in Switchy, then click 'Connect'. 6. Switchy will validate the key by fetching your application list; if successful, you'll see a green checkmark. 7. Open any Space, type '@New Relic get applications', and send — you should see a list of your monitored apps confirming the connection works. 8. From there, @mention New Relic anytime you need to inspect alerts or update policies in conversation.
What teammates see: by default, memories from New Relic are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
List Active Alert Policies
@New Relic get alert policies and show me the policy names and IDs for all active policies in our accountOpen in a Space →
Create Incident Notification Channel
@New Relic create an alert notification channel named 'Oncall Slack' with type 'slack' and webhook URL https://hooks.slack.com/services/exampleOpen in a Space →
Inspect App Performance Metrics
@New Relic get applications and include the application name, health status, and last reported timestamp for eachOpen in a Space →
Retrieve Conditions for Policy
@New Relic get alert conditions for policy ID 123456 and list the condition names, types, and thresholdsOpen in a Space →
Clean Up Deprecated Policy
@New Relic delete alert policy with ID 789012 and confirm once the deletion is completeOpen in a Space →