New Relic supports native OTLP (OpenTelemetry Protocol) ingestion, so MCP Manager can send logs straight to New Relic’s OTLP/HTTP endpoint over HTTPS — no intermediate collector or proxy required. Once your MCP Manager logs are in New Relic, you can query them with NRQL, build dashboards alongside your application telemetry, and alert on unusual MCP tool-call patterns. This guide covers the New Relic-specific details. For what MCP Manager sends, how forwarding behaves, who can configure it, and general troubleshooting, see Export to SIEM.Documentation Index
Fetch the complete documentation index at: https://docs.mcpmanager.ai/llms.txt
Use this file to discover all available pages before exploring further.
Configuring log forwarding requires the Manage OpenTelemetry collector capability and an Enterprise plan that includes the OpenTelemetry integration. If you do not see the Logging → Integrations panel, see Who can set up log export.
What you’ll need
- A New Relic account.
- A New Relic License (ingest) key — the key type used to send data into New Relic. This is not a User key.
- Access to MCP Manager with the Manage OpenTelemetry collector capability.
Step 1: Generate a License (ingest) key in New Relic
MCP Manager authenticates to New Relic with a License key (also called an ingest key). License keys are specifically for sending data into New Relic; User keys are for NerdGraph API access and will not work for OTLP ingestion.Open the API keys page
Log in at one.newrelic.com and go to the API keys page (via the user menu in the lower-left corner, or directly at one.newrelic.com/api-keys).
Create an ingest key
Select Create a key. For Key type, choose Ingest - License. Give it a descriptive name (for example,
MCP Manager OTEL Logs) and select the account the key belongs to.License (ingest) keys are distinct from User keys. A User key returns
403 Forbidden on the OTLP ingest endpoint. If you are unsure which you have, create a fresh Ingest - License key.Step 2: Choose your collector URL
New Relic exposes regional OTLP endpoints. Pick the one matching your account’s data region, and include the full/v1/logs path — MCP Manager sends the URL exactly as entered and appends nothing.
| Region | Collector URL |
|---|---|
| United States | https://otlp.nr-data.net:4318/v1/logs |
| Europe | https://otlp.eu01.nr-data.net:4318/v1/logs |
| US FedRAMP | https://gov-otlp.nr-data.net:4318/v1/logs |
https://otlp.nr-data.net:4318/v1/logs and the EU endpoint is https://otlp.eu01.nr-data.net:4318/v1/logs. A few details:
- Port
4318is the standard OTLP/HTTP port. New Relic also accepts traffic on443and4317, but4318is the recommended HTTP port. - The
/v1/logspath is required. MCP Manager does not append path segments, so the URL must end in/v1/logs. - If you are unsure of your region, check your New Relic URL:
one.newrelic.comis US, andone.eu.newrelic.comis EU.
Step 3: Connect MCP Manager to New Relic
New Relic authenticates with a customapi-key header rather than the standard Authorization header. Because MCP Manager’s Request headers field is an open key/value list, you add the api-key header directly — no Bearer or Basic prefix.
Open the OpenTelemetry collector panel
In MCP Manager, go to Logs → Integrations and find the OpenTelemetry collector panel.
Enter the collector URL
In Collector URL, paste your regional endpoint from Step 2, for example
https://otlp.nr-data.net:4318/v1/logs for a US account.Add the api-key request header
Under Request headers, add one header:
- Field name:
api-key - Field value: your License (ingest) key from Step 1
Bearer or Basic prefix.Step 4: Verify logs are flowing
Trigger an MCP call
From a connected MCP client (Claude, Claude Code, Cursor, ChatGPT, and so on), make any call through a gateway — a
tools/list call is enough.Check MCP Manager Alerts if nothing arrives
Open Alerts in MCP Manager. A delivery failure appears as a “Failed to export telemetry logs to OTEL collector” alert with the HTTP status code. For New Relic, the common codes are:
401 Unauthorized— the License key is incorrect or expired.403 Forbidden— the key is likely a User key rather than a License (ingest) key.404 Not Found— the URL path is wrong (missing/v1/logs).
Step 5: Find your logs in New Relic
Once logs are flowing, open Logs in the New Relic left sidebar (under All Capabilities if it is not pinned), or query with NRQL:proxy_request_success and proxy_response_success entries with detailed metadata. There may be a short delay (up to a few minutes) before logs appear in New Relic’s query interface. From here you can build dashboards and alert conditions alongside the rest of your New Relic telemetry.
Troubleshooting
Connected in MCP Manager but no logs in New Relic
Connected in MCP Manager but no logs in New Relic
Check Alerts in MCP Manager first — a failing export shows the HTTP status code there. Confirm you triggered an MCP call after saving (records are only produced when requests flow through a gateway), and that you are looking at Logs in New Relic, not APM or Infrastructure. Allow a few minutes for records to appear.
Export is failing with 401 or 403
Export is failing with 401 or 403
Verify you are using a License (ingest) key, not a User key — a User key returns
403. Confirm the key belongs to the correct New Relic account, and check in New Relic’s API keys page that the key has not been revoked.Export is failing with 404
Export is failing with 404
The most common cause is a missing
/v1/logs path — MCP Manager appends nothing, so the URL must end in /v1/logs. Double-check the host for your region: otlp.nr-data.net for US, otlp.eu01.nr-data.net for EU.Test the connection manually
Test the connection manually
From any machine with outbound HTTPS access:A
terminal
400 Bad Request with a JSON error about an invalid payload means the URL and api-key are both correct — New Relic just rejected the empty test body. That is the response you want; it confirms MCP Manager would reach the endpoint on a real request.Further reading
Grafana Cloud
The next per-vendor guide — the /otlp/v1/logs gateway and Basic auth.
Export to SIEM
What MCP Manager sends, how forwarding behaves, and general troubleshooting.
Self-hosted Collector
The universal fallback if you’d rather route through your own collector.
.png?fit=max&auto=format&n=gKqTvJPtsRi2bLNx&q=85&s=8abbce3efb590630de2102c43d32aadf)
.png?fit=max&auto=format&n=Dy9YsIECUbR9JZiT&q=85&s=a1f404cd7f7aeb1727c89d81137ae1ac)