MCP.so
Sign In

Sentry

Search, query, and debug errors intelligently

Documentation

About Sentry

Sentry helps engineering teams retrieve, analyze, and debug application issues and errors. Its connector brings project, issue, Seer fix-run, and reliability context into assistant workflows for faster debugging and incident investigation.

Connection details

https://mcp.sentry.dev/mcp

Transport

Streamable HTTP

Authentication

OAuth

Setup

claude mcp add sentry-remote --transport http https://mcp.sentry.dev/mcp

Frequently asked questions

What is the Sentry remote MCP server?

The Sentry remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.sentry.dev/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Sentry MCP server?

Add the endpoint https://mcp.sentry.dev/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Sentry MCP server require authentication?

Yes. Sentry uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Sentry MCP server use?

Sentry exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

More remote MCP servers