Support Sentry cloud connector in Claude Code web IDE

Status Closed — not planned
Maintainer reply None cached
Activity 5 comments · opened Mar 12, 2026 · closed Apr 9, 2026

Problem

The Sentry MCP integration doesn't work in the Claude Code web IDE due to environment constraints:

  1. stdio transport (npx @sentry/mcp-server with SENTRY_ACCESS_TOKEN) fails because the cloud sandbox cannot spawn npx processes or download npm packages
  2. Remote HTTP transport (https://mcp.sentry.dev/mcp) requires an OAuth browser flow, which isn't possible in the web IDE
  3. Sentry cloud connector (available in regular Claude.ai chat) is not available in the Claude Code web IDE

This means there is no way to use Sentry MCP in the web IDE.

Proposed Solution

Extend the Sentry cloud connector (already working in Claude.ai chat) to also be available in the Claude Code web IDE.

Current Workaround

Use Sentry MCP only in the local CLI version of Claude Code, where stdio transport works fine.

View original on GitHub ↗

This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗