Official Sentry integration plugin for Cursor. Query your Sentry environment in natural language, analyze issues, monitor performance, and automatically resolve bugs detected in pull requests.
Search for "sentry" in the Cursor plugin marketplace, then install.
Restart Cursor to activate the plugin, then verify:
/help # Should show /seer command
/mcp # Should show sentry MCP servergit clone https://github.com/getsentry/sentry-for-cursor.git
cd sentry-for-cursorAdd the local directory as a plugin source in Cursor settings.
Ask questions about your Sentry environment in natural language.
/seer What are the top errors in the last 24 hours?
/seer Show me all critical issues in mobile-app
/seer Which issues are affecting the most users?
/seer What's the request latency for the api-gateway application?
Analyzes and fixes bugs detected by Sentry in GitHub Pull Request comments. Requires GitHub CLI (gh auth login).
Review PR #118 and fix the Sentry comments
| Skill | Description |
|---|---|
sentry-ios-swift-setup |
Setup Sentry in iOS/Swift apps with error monitoring, tracing, session replay, logging, and profiling |
sentry-setup-ai-monitoring |
Setup Sentry AI Agent Monitoring for OpenAI, Anthropic, LangChain, etc. |
sentry-setup-logging |
Setup Sentry Logging for JavaScript, Python, and Ruby projects |
sentry-setup-metrics |
Setup Sentry Metrics (counters, gauges, distributions) |
sentry-setup-tracing |
Setup Sentry Tracing and Performance Monitoring |
The plugin automatically configures the Sentry MCP server on install. No additional setup required beyond restarting Cursor.
The sentry-code-review skill requires GitHub CLI:
brew install gh # macOS, or https://cli.github.com/
gh auth loginsentry-for-cursor/
├── .cursor-plugin/
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Marketplace listing
├── mcp.json # MCP server configuration
├── AGENTS.md # Agent instructions
├── commands/
│ └── seer.md # /seer command
├── skills/
│ ├── sentry-code-review/
│ ├── sentry-ios-swift-setup/
│ ├── sentry-setup-ai-monitoring/
│ ├── sentry-setup-logging/
│ ├── sentry-setup-metrics/
│ └── sentry-setup-tracing/
├── assets/
│ └── logo.svg # Plugin logo
└── LICENSE
MIT