MCP Manager records every request and response that flows through your MCP gateways as logs, and can forward those logs to your own observability or SIEM (Security Information and Event Management) platform over OpenTelemetry (OTEL). Once forwarding is configured, MCP Manager streams each log record to an OTLP/HTTP endpoint you supply — so you can correlate MCP tool usage with the rest of your operational data, build dashboards, and keep a single audit trail across your stack.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.
What MCP Manager sends to your collector
For every MCP request that flows through an MCP Manager gateway, MCP Manager emits structured OTLP log records describing that request. The full record carries the same data you see on the Viewing Logs page, including:- Timing — durations for the client-facing leg and each upstream MCP server leg.
- Who — the acting user’s email and name, plus the organization and team.
- What — the JSON-RPC method, the MCP feature type and feature name, the tool or resource involved, and the inbound server name and URL.
- How much — estimated token counts, HTTP response codes, and durations.
- Correlation — a
correlation_idshared across the (typically four) records that make up one message, so you can reconstruct a single interaction end-to-end. See Log types and the correlation model.
service.name (in production, mcp-manager) and service.version (1.0.0). Use these to filter MCP Manager’s logs in your backend — they are also shown to you in the configuration panel after you save (see Verify that logs are flowing).
Set up the OpenTelemetry collector
You configure forwarding from the Integrations tab of the Logging section. You need two things from your collector or backend: the collector URL and any request headers it requires for authentication.Open the OpenTelemetry collector settings
Enter the collector URL
<your-otlp-host> with the host (and port, if required) from your provider. MCP Manager sends to this URL verbatim — if your provider’s documented OTLP logs URL ends in /v1/logs (or a vendor-specific path such as Grafana Cloud’s /otlp/v1/logs), include that path here.Add request headers
Authorization header with the value Bearer <your-token>, or a vendor-specific header such as New Relic’s api-key. Because the headers are an open key/value list, MCP Manager supports both standard Authorization schemes and custom headers. Add as many pairs as your backend requires; leave the section empty only if your collector accepts unauthenticated traffic. Each pair must have both a name and a value, or both blank.Save the configuration
Verify that logs are flowing
Saving the configuration confirms only that MCP Manager stored it, not that records are successfully reaching your collector. To verify actual delivery:Trigger an MCP call
tools/list call is a safe choice. A single MCP message produces several log records — at minimum a proxy_request_success and a proxy_response_success — that should now export to your collector.Filter your backend by the service name
service.name and service.version MCP Manager is sending (in production, mcp-manager and 1.0.0). Use those values to filter in your logs backend. The OTLP service.name resource attribute typically surfaces as a service_name field or label in your backend.If nothing arrives, check Alerts first
Per-vendor setup guides
The exact endpoint URL, the authentication header, and where to find your logs differ by backend. Use the vendor guide for your platform:New Relic
api-key header; query with NRQL.Grafana Cloud
/otlp/v1/logs gateway and an instance-ID/token Basic header; logs land in Loki.Datadog
dd-api-key header; verify JSON acceptance.Honeycomb
x-honeycomb-team ingest key.Splunk Observability Cloud
Self-hosted Collector
Troubleshooting
Before diving into vendor-specific details, rule out the most common causes. Export failures almost always come down to the URL path or the authentication header.404 Not Found — the URL is missing a path segment
404 Not Found — the URL is missing a path segment
404 almost always means the path is incomplete. A stock OTLP/HTTP receiver accepts logs at /v1/logs, but many hosted backends mount the OTLP endpoint under a prefix — for example Grafana Cloud uses /otlp/v1/logs. Confirm the exact, complete URL with your provider and paste it in full. Whatever they tell you to put in an OTLP exporter’s url field is what belongs in Collector URL.401 Unauthorized or 403 Forbidden — the authentication header is wrong
401 Unauthorized or 403 Forbidden — the authentication header is wrong
Your own collector is reachable but not forwarding
Your own collector is reachable but not forwarding
service.pipelines.logs.exporters, the collector accepts records from MCP Manager and silently drops them.You are querying the wrong datasource
You are querying the wrong datasource
Test the collector URL manually
Test the collector URL manually
400 Bad Requestmentioning an invalid or malformed payload — the URL and authentication are both correct; the backend just rejected the empty test body. This is the result you want.404 Not Found— the URL path is wrong. You are reaching the host but not the OTLP logs endpoint (often a missing path prefix).401/403— the URL is right but the authentication header is wrong.- Could not resolve host — a DNS or hostname typo.
- Connection refused or timeout — the host is unreachable (a self-hosted collector not exposed to MCP Manager, or a wrong port).
Where export failures surface
When an export fails, MCP Manager records it in two places so you can diagnose it without watching the gateway in real time:- The Alerts tab. MCP Manager raises a warning-level alert titled “Failed to export telemetry logs to OTEL collector” the first time an export fails for a given collector URL and error. The alert message names the collector URL, the number of records, and the HTTP status or error code. To avoid flooding the workspace, the alert is deduplicated for one hour per unique combination of collector and error, so a persistently broken configuration produces one alert per hour rather than one per failed request. Open Alerts to see it.
- The gateway logs. Each failed export is logged on the gateway by the
OtlpLoggerExporter, including the target URL, the HTTP status, and the error message.
Who can set up log export
Two conditions govern access to log forwarding, and they are separate from the ability to view logs.- Plan. The OpenTelemetry integration is an Enterprise capability. On plans that do not include it, the Integrations tab shows a promotional panel with a contact prompt instead of the configuration form.
- Capability. Configuring, editing, and removing the collector is controlled by the Manage OpenTelemetry collector capability, found in the Logging group under the Capabilities tab when managing a role (in People). When a user’s role has this capability, the OpenTelemetry collector panel is available to them; when it does not, the panel is hidden. Capabilities are assigned per role and are fully configurable — including on any custom roles you create — so access depends on the capabilities granted to a person’s role, not on any fixed role name.
Frequently asked questions
Do I need to run my own OpenTelemetry Collector?
Do I need to run my own OpenTelemetry Collector?
Can I forward logs to more than one destination?
Can I forward logs to more than one destination?
Can I forward only certain log events?
Can I forward only certain log events?
Does MCP Manager buffer logs if my collector is down?
Does MCP Manager buffer logs if my collector is down?
Will a broken collector configuration slow down MCP requests?
Will a broken collector configuration slow down MCP requests?
I saved the configuration but no logs appear. What is wrong?
I saved the configuration but no logs appear. What is wrong?
.png?fit=max&auto=format&n=gKqTvJPtsRi2bLNx&q=85&s=8abbce3efb590630de2102c43d32aadf)
.png?fit=max&auto=format&n=Dy9YsIECUbR9JZiT&q=85&s=a1f404cd7f7aeb1727c89d81137ae1ac)