New Relic MCP MCP Server
Query and monitor New Relic observability data via MCP.
Overview
This observability integration enables seamless access to New Relic monitoring data through the Model Context Protocol, allowing developers and operators to query and analyze their system performance directly within MCP-compatible applications. The server bridges New Relic's comprehensive observability platform with modern AI-assisted workflows, providing real-time insights into application metrics, infrastructure health, and service dependencies without leaving the development environment.
The New Relic MCP server supports querying NRQL (New Relic Query Language) for flexible data retrieval, accessing real-time metrics and events across all monitored systems, retrieving incident and alert information for quick incident response, and exploring entity relationships to understand system architecture and dependencies. Built in TypeScript, the implementation provides robust type safety and integration with JavaScript and Node.js ecosystems while maintaining compatibility with New Relic's API standards and authentication mechanisms.
This server is compatible with any MCP client implementation and proves particularly valuable for development teams using AI-powered code editors, DevOps platforms requiring observability context, and incident response workflows where rapid data access is critical. Typical use cases include troubleshooting performance issues by correlating metrics with code changes, automating monitoring queries within development workflows, providing observability context for AI-assisted problem solving, and enabling programmatic access to New Relic data for custom integrations and reporting requirements.
Installation
npx -y @modelcontextprotocol/server-new-relic-mcpCompatible Clients
Related
FAQ
- How do I install the New Relic MCP MCP server?
- Install via npx or pip depending on the language. Then add the server configuration to your MCP client settings file.
- Which AI clients support the New Relic MCP MCP server?
- The New Relic MCP MCP server is compatible with Claude Desktop, Cursor, Windsurf. Any MCP-compatible client should work.