Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ For experimental features:
claude plugin install sentry-mcp@sentry-mcp-experimental
```

### GitHub Copilot CLI Plugin

Install as a GitHub Copilot CLI plugin for automatic subagent delegation:

```shell
copilot
/plugin marketplace add getsentry/sentry-mcp
/plugin install sentry-mcp@sentry-mcp
```

This provides a `sentry-mcp` subagent that Copilot CLI automatically delegates to when you ask about Sentry errors, issues, traces, or performance.

### Stdio vs Remote

While this repository is focused on acting as an MCP service, we also support a `stdio` transport. This is still a work in progress, but is the easiest way to adapt run the MCP against a self-hosted Sentry install.
Expand Down
Loading