N
Newrelic MCP
by @xelber
MCP server for querying New Relic logs - enables AI agents like Claude Code to access and analyze New Relic log data
Created 10/23/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-newrelic-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"xelber-newrelic-mcp": {
"command": "npx",
"args": [
"xelber-newrelic-mcp"
]
}
}
}