Skip to main content
Glama

New Relic MCP Server

by cloudbring

search_entities

Query and filter New Relic entities by name, type, or tags to streamline monitoring and troubleshooting workflows. Supports targeted account searches.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
entity_typesNoFilter by entity types (e.g., APPLICATION, HOST)
queryYesSearch query for entities
target_account_idNoOptional New Relic account ID

Input Schema (JSON Schema)

{ "properties": { "entity_types": { "description": "Filter by entity types (e.g., APPLICATION, HOST)", "items": { "type": "string" }, "type": "array" }, "query": { "description": "Search query for entities", "type": "string" }, "target_account_id": { "description": "Optional New Relic account ID", "type": "string" } }, "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