Skip to content

Conversation

@dcramer
Copy link
Member

@dcramer dcramer commented Jan 7, 2026

The claude-settings-audit skill was recommending an incorrect MCP configuration
for Sentry. It suggested using a command-based MCP server with uvx mcp-server-sentry,
but Sentry MCP is actually a hosted service using streaming HTTP.

Updated to use the correct URL-based configuration format with type: "http" pointing
to https://mcp.sentry.dev/mcp/{org-slug}/{project-slug}.

The skill was recommending a command-based MCP server using uvx, but
Sentry MCP is a hosted service using streaming HTTP. Update to use
the correct URL-based configuration with type "http".

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@dcramer dcramer merged commit 91a181b into main Jan 7, 2026
2 checks passed
@dcramer dcramer deleted the fix/sentry-mcp-config branch January 7, 2026 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants