nr-mcp: New Relic MCP Server
@ducduyn31
About nr-mcp: New Relic MCP Server
New Relic MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nr-mcp": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is nr-mcp: New Relic MCP Server?
nr-mcp is an MCP server that enables AI agents to query New Relic data for debugging incidents. It integrates with the New Relic API to run NRQL queries, fetch dashboard data, and analyze logs.
How to use nr-mcp: New Relic MCP Server?
You need a New Relic account with an API key, account ID, and region (US or EU). The recommended method is to run the Docker container: docker run -it --rm -e NEW_RELIC_API_KEY=... -e NEW_RELIC_ACCOUNT_ID=... -e NEW_RELIC_REGION=US danielng123/nr-mcp. Alternatively, install locally and configure your MCP client with the provided JSON. When using AI assistants, include a prompt specifying tasks like NRQL queries, dashboard data, log analysis, and debugging.
Key features of nr-mcp: New Relic MCP Server
- Run NRQL queries against New Relic data
- Fetch dashboard data from New Relic
- Analyze logs for debugging incidents
- Debug incidents with AI assistance
- Supports Docker and local installation
Use cases of nr-mcp: New Relic MCP Server
- Debug application incidents by querying New Relic data via AI assistants
- Run NRQL queries to analyze performance
- Fetch and review dashboard data
- Analyze logs for troubleshooting
- Integrate AI assistants with New Relic observability platform
FAQ from nr-mcp: New Relic MCP Server
What are the prerequisites for using nr-mcp?
A New Relic account with an API key, account ID, and region (US or EU).
What installation methods are available?
Docker is recommended; local installation is also possible. The npx method is not yet supported.
What environment variables are required?
You need to set NEW_RELIC_API_KEY, NEW_RELIC_ACCOUNT_ID, and NEW_RELIC_REGION.
How do I configure my MCP client?
Add the provided JSON configuration to your MCP client setup, either for Docker or local installation, including the environment variables.
What transport does nr-mcp use?
It uses the Stdio transport for MCP communication, as shown in the inspector testing instructions.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments