Skip to content
← Community packages

Inspect Sentry through the official Sentry MCP server.

Browse files

License
MIT
Published
August 23, 2026
Pinned commit
2dd08f0
Rating
No ratings yet
Forks
0
Stars
0
Adaptation effort

README

@kody/sentry-mcp

Intent

Wrap the official Sentry MCP server (kody.mcp["sentry"]) so onboarding is add-server-and-authorize. This package is the MCP helper. The existing OAuth/API package @kody/sentry stays separate.

This listing is meant to be forked. After you fork, connect your Sentry workspace. Do not treat the live @kody/sentry-mcp connection as yours.

Share this listing as https://kody.codes/@kody/sentry-mcp

Required setup

Add the official Sentry MCP server, then authorize it.

await kody.mcp_server_add({
  name: 'sentry',
  url: 'https://mcp.sentry.dev/mcp',
})

Open the returned authUrl. Helpers then call kody.mcp["sentry"]. The MCP server name stays sentry. The -mcp suffix is only the Kody package identity.

Do not register an OAuth app for the one-click path. For OAuth or API-key helpers, use @kody/sentry.

Exports

  • kody:@kody/sentry-mcp — package overview and MCP setup
  • kody:@kody/sentry-mcp/smoke-test — verify MCP (or report setup)
  • kody:@kody/sentry-mcp/list-organizations

Example

import listOrganizations from 'kody:@kody/sentry-mcp/list-organizations'

export default async function main() {
  return listOrganizations()
}
Report this listing

Log in to report this listing.