OptixLog Docs
Integrations

Claude Desktop

Current Claude Desktop compatibility with the OptixLog MCP endpoint.

Claude Desktop is not currently supported by OptixLog's bearer-only MCP endpoint.

Claude Desktop remote connectors are configured under Settings → Connectors and support OAuth or authless servers. OptixLog requires Authorization: Bearer sk-opt-... and does not yet expose the MCP OAuth discovery and token flow, so the native connector cannot authenticate.

The previous guide used @modelcontextprotocol/server-fetch in claude_desktop_config.json. That package is not an HTTP-to-stdio MCP proxy, and MCP_PROXY_AUTH is not a supported authentication setting. A replacement test using mcp-remote 0.1.38 with a custom bearer header also ended in 401 and a closed connection, so OptixLog does not publish that bridge as a supported workaround.

Do not choose no authentication

OptixLog rejects authless requests. Adding the URL as an authless custom connector will fail during tool discovery.

Use the Claude Code integration today. Native Claude Desktop support requires a future OptixLog OAuth resource-server implementation with protected-resource discovery, PKCE-capable authorization, and audience-bound access tokens.