Skip to content

Sentry

Connect Sentry so investigations can search errors, inspect issues, and read performance data from your Sentry organization.

NeuBird connects through Sentry’s hosted MCP server and authenticates with OAuth. There is no API token or organization ID to copy: you point NeuBird at an MCP endpoint and approve the connection in the browser.

  1. In Sentry, open Settings, then under Integrations select MCP & CLI.

    Sentry settings navigation to MCP and CLI

  2. The MCP Server card lists the URLs you can use.

    Sentry MCP Server card showing the available endpoint URLs

Three forms are available, and the one you choose decides how much of Sentry the connection can reach:

EndpointScope
https://mcp.sentry.dev/mcpEvery organization your account can access
https://mcp.sentry.dev/mcp/{organization}One organization
https://mcp.sentry.dev/mcp/{organization}/{project}One project

Scope to an organization or project where you can. NeuBird fills the organization and project into tool calls automatically when the endpoint carries them, so scoped endpoints need less context to work with and expose less of Sentry.

  1. In NeuBird, go to Settings > Connections and click Add Connection.
  2. Select Sentry.
  3. Enter a Name and, optionally, a Description.
  4. In Endpoint, paste the MCP URL from Step 1. Leaving it blank uses https://mcp.sentry.dev/mcp.
  5. Leave Client ID and Client Secret empty unless you have been told otherwise — see the note below.
  6. Click Save. NeuBird opens Sentry in the browser; sign in and approve the request. Once you approve, Sentry returns you to NeuBird and the connection is created.
FieldRequiredDescription
NameYesA descriptive name for this connection
DescriptionNoOptional note about what this connection is for
EndpointYesThe MCP URL from Step 1. Defaults to https://mcp.sentry.dev/mcp
Client IDNoOnly for authorization servers without Dynamic Client Registration
Client SecretNoPaired with Client ID, and only needed in the same case

Investigations use Sentry’s read tools — searching events and issues, reading issue details, and querying performance data.

Sentry’s MCP server also exposes tools that change your Sentry data, such as creating projects or teams, updating issues, and managing uptime monitors. NeuBird keeps these out of the tool list agents work from by default, so an investigation will not create or modify Sentry records on its own.

SymptomLikely cause
Validation fails with a message about the /mcp segmentThe endpoint has no mcp path segment. It must be https://mcp.sentry.dev/mcp, optionally followed by an organization and project
Validation fails on the URL itselfThe endpoint is not an absolute http or https URL
Tools report a missing organization or projectThe endpoint is unscoped, so nothing can be inferred — use an organization- or project-scoped URL
The browser step never completesSign-in was cancelled, or the Sentry account lacks access to the organization in the endpoint

For general instructions on creating and managing connections, see the Connections Overview.