A broad Sentry API wrapper that gives you org discovery, project listings, issue queries, and release auditing from the command line. The CLI includes a `which` command that maps natural language to the right endpoint, plus agent mode with JSON output, field selection, and dry-run previews. It wraps responses in a provenance envelope so you know whether data came from live API or local SQLite sync. Auth is token-based with region support for EU SaaS. The feedback system is interesting: you can record CLI quirks and retrieve them later as JSON, which means agents can build their own working notes about command behavior. Install requires Go or the Printing Press npx wrapper. Good fit when you need structured Sentry access without spinning up a hosted MCP server.
npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-sentry