Sentry

com.sentry/mcp · v0.17.0

streamable-http

Sentry's hosted MCP server. Look up issues, errors, traces and performance data for your projects and hand the context to an agent fixing the bug.

Claude Code

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

mcpServers JSON (Claude Desktop, Cursor, Windsurf, VS Code)

{
  "mcpServers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.sentry.dev/mcp"
    }
  }
}

Tools (6)

find_organizationsfind_projectsfind_issuesget_issue_detailssearch_eventsget_trace_details
server.json manifest
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "_meta": {
    "io.mcpregistry/license": "Apache-2.0",
    "io.mcpregistry/tags": [
      "errors",
      "monitoring",
      "observability",
      "hosted"
    ],
    "io.mcpregistry/tools": [
      "find_organizations",
      "find_projects",
      "find_issues",
      "get_issue_details",
      "search_events",
      "get_trace_details"
    ],
    "io.mcpregistry/transport": "streamable-http"
  },
  "description": "Sentry's hosted MCP server. Look up issues, errors, traces and performance data for your projects and hand the context to an agent fixing the bug.",
  "name": "com.sentry/mcp",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.sentry.dev/mcp"
    }
  ],
  "repository": {
    "source": "github",
    "url": "https://github.com/getsentry/sentry-mcp"
  },
  "title": "Sentry",
  "version": "0.17.0",
  "websiteUrl": "https://docs.sentry.io/product/sentry-mcp/"
}