N
New Relic
Query New Relic NRQL and dashboards.
·No reviews yet
Share:
About
Auto-generated
New Relic is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about New Relic.
- What is the New Relic MCP and what does it do?
- The New Relic MCP allows users to query New Relic's NRQL and dashboards. It's designed to integrate New Relic's observability capabilities directly into a Model Context Protocol ecosystem, enabling programmatic interaction with New Relic data.
- How do I configure the New Relic MCP in a client like Claude Desktop or Cursor?
- To configure the New Relic MCP, you will need to specify the connection details for the 'stdio' transport and provide your API key. The exact configuration steps depend on the specific client application you are using.
- Does the New Relic MCP require an API key for authentication?
- Yes, authentication for the New Relic MCP is handled via an API key. You will need to obtain a valid API key from your New Relic account to use this MCP.
- What are the primary capabilities exposed by the New Relic MCP?
- The New Relic MCP facilitates querying New Relic NRQL (New Relic Query Language) and accessing dashboard information. This enables users to retrieve performance metrics, logs, and other observational data programmatically.
- Is there a cost associated with using the New Relic MCP?
- The New Relic MCP itself is open-source and community-provided. However, usage costs for the underlying New Relic services depend on your New Relic account and subscription plan. Refer to New Relic's pricing for details.
- What is a prerequisite for using the New Relic MCP?
- A key prerequisite for using the New Relic MCP is having an active New Relic account and a valid API key. Without these, the MCP will not be able to authenticate and access your New Relic data.
Install New Relic
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"new-relic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-new-relic"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"new-relic": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-new-relic"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"new-relic": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-new-relic"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.