What is New Relic NerdGraph MCP Server?
The New Relic NerdGraph MCP Server is an unofficial Model Context Protocol (MCP) server designed for interacting with the New Relic NerdGraph API, allowing users to query and manage their New Relic account data using natural language or specific commands.
How to use New Relic NerdGraph MCP Server?
To use the server, clone the repository, install the required dependencies, configure your New Relic API key and account ID as environment variables, and then run the server using the fastmcp command-line tool.
Key features of New Relic NerdGraph MCP Server?
- Fetch account details and execute generic NerdGraph queries.
- Run NRQL queries against your account data.
- Manage entities such as applications and monitors.
- List APM applications and synthetic monitors.
- Manage alert policies and incidents.
Use cases of New Relic NerdGraph MCP Server?
- Querying account details and performance metrics.
- Executing custom NRQL queries for data analysis.
- Managing application performance monitoring (APM) applications.
- Automating the management of synthetic monitors and alerts.
FAQ from New Relic NerdGraph MCP Server?
-
What is required to run the server?
You need Python 3.10+, pip, a New Relic account, and a User API key for authentication. -
Can I use this server for all New Relic features?
Yes, it exposes various New Relic capabilities, but ensure you have the necessary permissions in your New Relic account. -
Is this server officially supported by New Relic?
No, this is an unofficial server created by the community.