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.
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"
}
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
# Adds this connector to your Jarvis.$ jarvis marketplace install sentry
# The same command, without installing the CLI first.PS> uvx --from personal-jarvis jarvis marketplace install sentry
# The same command, without installing the CLI first.$ uvx --from personal-jarvis jarvis marketplace install sentry
# Paste this into a coding agent.Install the "sentry" plugin from the community marketplace. Runs in any terminal while Personal Jarvis is running.
Or from inside the app:
- Open Personal Jarvis and go to Plugins → Community.
- Find Sentry in the list.
- Press Install. The app shows you the same facts above once more before anything is installed.
Comments
Nothing here yet. Questions, warnings and how it actually went are all welcome.
Comments are GitHub Discussions on the registry repository — public, readable without this site, and moderated there. Something abusive or wrong? Report it on GitHub.