Support Sentry cloud connector in Claude Code web IDE
Resolved 💬 5 comments Opened Mar 12, 2026 by tomgrossman Closed Apr 9, 2026
Problem
The Sentry MCP integration doesn't work in the Claude Code web IDE due to environment constraints:
- stdio transport (
npx @sentry/mcp-serverwithSENTRY_ACCESS_TOKEN) fails because the cloud sandbox cannot spawnnpxprocesses or download npm packages - Remote HTTP transport (
https://mcp.sentry.dev/mcp) requires an OAuth browser flow, which isn't possible in the web IDE - 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.
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗