Newrelic
Freeby MCP Community
A comprehensive MCP server for NewRelic — 25 tools for NRQL, entities, alerts, dashboards, logs, and more
v2.1.0Added Apr 12, 2026
newrelicnew-relicmcpmcp-servermodel-context-protocol
Newrelic MCP Server
A comprehensive MCP server for NewRelic — 25 tools for NRQL, entities, alerts, dashboards, logs, and more
Installation
Reviews
Installation
Quick install
npx -y @ruminaider/newrelic-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"newrelic": {
"command": "npx",
"args": ["-y", "@ruminaider/newrelic-mcp-server"]
}
}
}