Overview of the Claude Code Plugin structure
mainThe Claude Code plugin registers a sentry-mcp subagent. When a user asks about Sentry errors, issues, traces, or performance, Claude Code automatically delegates the request to this subagent. The subagent connects to a remote MCP server and has access to Sentry tools.
There are two published variants:
| Plugin | MCP URL | Purpose |
|---|---|---|
sentry-mcp | https://mcp.sentry.dev/mcp | Default catalog gateway surface |
sentry-mcp-experimental | https://mcp.sentry.dev/mcp?experimental=1 | Forward-looking feature flags |