Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Software DevelopmentAuth: OAuth2.1

Sentry hosted MCP server

Error monitoring

Sentry’s hosted MCP server connects agents to Sentry’s issue and error data, so debugging workflows can look up recent exceptions, issue details, and project health without leaving the MCP client.

Curated by Published Updated

Server description

Query errors, issues, and traces from Sentry

Sentry’s hosted MCP server connects agents to Sentry’s issue and error data, so debugging workflows can look up recent exceptions, issue details, and project health without leaving the MCP client.

Directory details

Slug
sentry
Category
Software Development
Category slug
software-development
Authentication
OAuth2.1
Auth type
oauth

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "sentry": {
      "url": "https://mcp.sentry.dev/sse"
    }
  }
}

Connection links