Skip to main content
Glama

New Relic MCP Server

by cloudbring

run_nrql_query

Execute NRQL queries on New Relic data to analyze metrics and events, enabling targeted insights with optional account-specific filtering.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
nrqlYesThe NRQL query to execute
target_account_idNoOptional New Relic account ID to query

Input Schema (JSON Schema)

{ "properties": { "nrql": { "description": "The NRQL query to execute", "type": "string" }, "target_account_id": { "description": "Optional New Relic account ID to query", "type": "string" } }, "required": [ "nrql" ], "type": "object" }

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