MCPcat can integrate with your existing observability platforms, allowing you to monitor your MCP servers using familiar tools. You can use these integrations with or without an MCPcat account.When you configure exporters, the project_id parameter becomes optional:
Copy
// Forward to OTLP without an MCPcat accountmcpcat.track(server, null, { exporters: { otlp: { type: "otlp", endpoint: "http://localhost:4318/v1/traces" } }})
Platform integrations are non-blocking and asynchronous. Integration failures are logged but won’t interrupt your MCP server’s operation or affect performance.