Agent Plugins Marketplace
All plugins

sentry

v0.1.2

Inspect recent issues and events in Sentry from Codex.

Codex1 Skill1 MCP serverStreamable HTTP

By OpenAILicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sentry for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add sentry@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “sentry” remain stable.

  • Codex: sentry@agent-plugin-marketplacesentry@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sentry/.

Plugin files

plugins/sentry/
├── .codex-plugin/plugin.json
├── skills/sentry/SKILL.md
└── .mcp.json

Included Skills1

sentryskills/sentry/SKILL.md

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.

MCP servers1

sentryStreamable HTTP
url
https://mcp.sentry.dev/mcp

Plugin manifests1

plugins/sentry/.codex-plugin/plugin.json
{
  "name": "sentry",
  "version": "0.1.2",
  "description": "Inspect recent issues and events in Sentry from Codex.",
  "author": {
    "name": "OpenAI",
    "email": "[email protected]",
    "url": "https://openai.com/"
  },
  "homepage": "https://sentry.io/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [
    "sentry",
    "observability",
    "triage"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sentry",
    "shortDescription": "Inspect recent Sentry issues and events",
    "longDescription": "Use Sentry skills to inspect recent issues, review events, and summarize production errors with a read-only workflow.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://sentry.io/",
    "privacyPolicyURL": "https://sentry.io/privacy/",
    "termsOfServiceURL": "https://sentry.io/terms/",
    "defaultPrompt": [
      "Inspect recent Sentry issues and summarize the top production errors"
    ],
    "composerIcon": "./assets/sentry-small.svg",
    "logo": "./assets/sentry.png",
    "screenshots": [],
    "brandColor": "#362D59"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sentry on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sentry)