Skip to main content
Glama

New Relic MCP Server

by cloudbring

run_nerdgraph_query

Execute custom NerdGraph GraphQL queries to retrieve, manage, or manipulate data in New Relic. Supply query strings and optional variables to perform tailored operations directly from the MCP client.

Instructions

Execute a custom NerdGraph GraphQL query

Input Schema

NameRequiredDescriptionDefault
queryYesThe GraphQL query to execute
variablesNoOptional GraphQL variables to supply to the query

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The GraphQL query to execute", "type": "string" }, "variables": { "description": "Optional GraphQL variables to supply to the query", "type": "object" } }, "required": [ "query" ], "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