New Relic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEW_RELIC_API_KEY | Yes | Your New Relic User API Key (required for NerdGraph API access) | |
| NEW_RELIC_ACCOUNT_ID | Yes | Your New Relic Account ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/xelber/newrelic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server