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 Agentic WorkersPublished 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.
- Slug
- sentry
- Category
- Software Development
- Category slug
- software-development
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
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.
{
"mcpServers": {
"sentry": {
"url": "https://mcp.sentry.dev/sse"
}
}
}