Odel
New Relic MCP Server

New Relic MCP Server

Local
@meet-bhalodiyaTypeScriptApache-2.0Updated 2w ago

Secure, self-hosted New Relic observability and administration tools for MCP clients

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@meet-bhalodiya/newrelic-mcpv1.0.0

Run

npx -y @meet-bhalodiya/newrelic-mcp

MCP client config

{
  "mcpServers": {
    "new-relic-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@meet-bhalodiya/newrelic-mcp"
      ]
    }
  }
}