Marketplace
Community Not human-reviewed

Sentry

Errors, issues, releases and performance data from your Sentry projects

Where your data goes

Once you connect it, your requests and your access token are sent to this address:

https://mcp.sentry.dev/mcp

Personal Jarvis holds the token in your operating system's keychain and sends it only to this address.

What's inside

3 files, 1.3 kB in total. Every one of them is shown in full below.

plugins/sentry
mcp.json195 B
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
  "mcpServers": {
    "sentry": {
      "type": "streamable-http",
      "url": "https://mcp.sentry.dev/mcp"
    }
  }
}
plugin.json690 B
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "description": "Errors, issues, releases and performance data from your Sentry projects",
  "extensions": {
    "io.github.personaljarvis": {
      "auth": {
        "discovery_url": "https://mcp.sentry.dev/.well-known/oauth-authorization-server",
        "mcp_url": "https://mcp.sentry.dev/mcp",
        "mode": "hosted_mcp_oauth_dcr",
        "refresh_supported": true
      },
      "category": "Developer",
      "display_name": "Sentry",
      "logo_color": "362D59",
      "logo_slug": "sentry",
      "longevity": "self_renewing"
    }
  },
  "license": "MIT",
  "name": "sentry",
  "version": "1.0.0"
}
io.github.personaljarvis/
usage-card.md379 B
---
keywords: sentry, error, errors, crash, exception, stacktrace, issue tracker, release health  # i18n-allow
---
Use the Sentry tools when the user asks about application errors, crashes, exceptions, issue triage, or release health in their Sentry projects. Prefer read operations (list issues, get event details) unless the user explicitly asks to resolve or assign an issue.

The package exactly as it was published. These are the bytes Personal Jarvis downloads when you install it — nothing is added or rewritten in between.

Add it to your Jarvis

            # Adds this connector to your Jarvis.PS> jarvis marketplace install sentry
            
          
            
            
          

Runs in any terminal while Personal Jarvis is running.

Or from inside the app:

  1. Open Personal Jarvis and go to Plugins → Community.
  2. Find Sentry in the list.
  3. Press Install. The app shows you the same facts above once more before anything is installed.

Comments

On GitHub ↗

    Comments are GitHub Discussions on the registry repository — public, readable without this site, and moderated there. Something abusive or wrong? Report it on GitHub.