New Relic MCP Server
@cloudbring
关于 New Relic MCP Server
Run NRQL, NerdGraph, and REST v2 operations to query data, manage incidents, create synthetics, and annotate deployments — all from your MCP client.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"newrelic": {
"command": "npx",
"args": [
"-y",
"newrelic-mcp"
],
"env": {
"NEW_RELIC_API_KEY": "your-api-key-here",
"NEW_RELIC_ACCOUNT_ID": "your-account-id"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is New Relic MCP Server?
New Relic MCP Server is a Model Context Protocol server that connects AI assistants directly to New Relic’s observability platform. It provides a suite of tools for querying data (NRQL, NerdGraph), managing entities, incidents, alert policies, APM applications, Synthetics monitors, and deployments. Designed for SRE copilots, it enables natural‑language interaction with New Relic.
How to use New Relic MCP Server?
Install the server with npx -y newrelic-mcp. Configure it in your MCP client’s JSON by setting NEW_RELIC_API_KEY (required) and optionally NEW_RELIC_ACCOUNT_ID. The default account ID can be overridden per tool call using the target_account_id parameter. The recommended system prompt guides the assistant on which tool to use for each task (e.g., run_nrql_query for aggregate analytics, REST tools for deployments).
Key features of New Relic MCP Server
- Execute NRQL queries for aggregate analytics and timeseries.
- Run arbitrary NerdGraph GraphQL queries.
- Search and retrieve detailed entity information.
- List, create, and manage Synthetics browser monitors.
- Triage and acknowledge open incidents by priority.
- Record and list APM deployments with full details.
- Enumerate and filter alert policies.
- Region‑aware REST v2 tools with auto‑pagination.
- Safe delete operations require explicit
confirm: true.
Use cases of New Relic MCP Server
- Query application error rates and response times over a specified window.
- List all open high‑priority incidents and summarize them by policy.
- Acknowledge a specific incident after verification.
- Create a new Synthetics browser monitor targeting a production URL.
- Record a deployment revision with changelog for an APM application.
- Search for entities by type, tag, or account and inspect golden metrics.
FAQ from New Relic MCP Server
What environment variables are required?
NEW_RELIC_API_KEY is required. NEW_RELIC_ACCOUNT_ID is optional; if not set, you must provide target_account_id per tool call.
How do I delete a deployment?
Deletion requires explicit user confirmation. Set the confirm: true parameter when calling delete_deployment.
Is the server region aware?
Yes. REST v2 tools are region‑aware and can be configured per request to target the correct New Relic region (e.g., US, EU).
What is the difference between run_nrql_query and run_nerdgraph_query?
Use run_nrql_query for aggregate analytics and timeseries data. Use run_nerdgraph_query for graph‑shaped data and entities/alerts APIs.
Does New Relic MCP Server require a New Relic account?
Yes. You need a valid New Relic User API Key and an Account ID to use the server.
开发工具 分类下的更多 MCP 服务器
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论