Monitor errors and exceptions via Sentry integration.
## Sentry MCP Server Skill
A skill that integrates Sentry with Claude Code via MCP.
### Configuration
```json
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@mcp/sentry-server"],
"env": {
"SENTRY_API_KEY": "${env:SENTRY_API_KEY}"
}
}
}
}
```
### Skill Capabilities
With this skill, Claude Code can:
- Read Sentry data in real-time
- Create and update Sentry resources
- Automate Sentry workflows
- Cross-reference with code changes
### Example Prompts
- "Show me open Sentry items related to this module"
- "Create a Sentry entry for this bug fix"
- "Update Sentry status when tests pass"
- "Link this commit to the Sentry item"
### Setup
1. Get your Sentry API key
2. Add to `.claude/mcp-servers.json`
3. Set environment variable
4. Restart Claude CodeFree to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this skill into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
claude skill install claude-code-sentry-mcp-skillSign in and download this prompt to leave a review.