Skip to main content
Glama
xelber

New Relic MCP Server

by xelber

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEW_RELIC_API_KEYYesYour New Relic User API Key (required for NerdGraph API access)
NEW_RELIC_ACCOUNT_IDYesYour New Relic Account ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query-logsA

Execute a custom NRQL query against New Relic logs. Use this for complex queries with specific filtering and aggregations. Example: "SELECT * FROM Log WHERE message LIKE '%error%' SINCE 1 HOUR AGO LIMIT 100"

search-logsA

Search New Relic logs with keyword filtering and optional attributes. This is a simpler alternative to query-logs for basic searches.

get-recent-logsB

Get the most recent log entries from New Relic. Useful for quickly checking the latest logs without specific filters.

query-apmA

Execute a custom NRQL query against New Relic APM data. Use this for complex queries against Transaction, Metric, or other APM event types. Example: "SELECT average(duration) FROM Transaction WHERE appName = 'MyApp' SINCE 1 HOUR AGO"

get-apm-metricsB

Get APM performance metrics for applications including response time, throughput, error rate, and Apdex. This provides a comprehensive overview of application performance.

get-transaction-tracesA

Get transaction traces from APM, optionally filtering for slow transactions. Useful for identifying performance bottlenecks and slow database queries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct data source or operation: APM metrics, logs, transaction traces, and custom queries differentiate by data type (APM vs logs) and complexity (query vs search).

Naming Consistency5/5

All tool names use snake_case with consistent verb-noun pattern: get- for retrievals, query- for custom queries, search- for simple search.

Tool Count5/5

6 tools is well-scoped for a New Relic integration, covering the most common monitoring data types without unnecessary overlap.

Completeness4/5

Core read operations for APM, logs, and traces are present. Missing listing of apps/entities or alerting tools, but these are not essential for the main use case.

Maintenance

ActivityInactive
ResponsivenessNo issues