Sentry MCP
Rank #655io.github.getsentry/sentry-mcp
Retrieve error and performance data from Sentry.
Sentry MCP is a Model Context Protocol (MCP) server published by getsentry. It ranks #655 of 76,851 servers tracked on MCP Toplist, and its repository has 776 GitHub stars. Sentry MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 31, 2025 and most recently updated on Dec 17, 2025.
Ranks ahead of 76,196 of 76,851 servers on MCP Toplist.
Use Sentry MCP
Add Sentry MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"sentry-mcp": {
"url": "https://mcp.sentry.dev/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sentry-mcp": {
"url": "https://mcp.sentry.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<your SENTRY_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (3 delisted)
getsentry
Other servers by getsentry
View all getsentry servers →Available versions (2)
| Version | Published |
|---|---|
| 0.25.0 | Dec 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sentry MCP?
- Sentry MCP is maintained by getsentry, which publishes 9 MCP servers (39 total versions) tracked on MCP Toplist.
- Is Sentry MCP listed on the Official MCP Registry?
- Yes — Sentry MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Sentry MCP have?
- MCP Toplist tracks 2 versions of Sentry MCP, most recently published on Dec 17, 2025.
- Where can I find the source code for Sentry MCP?
- The source code for Sentry MCP is hosted at github.com/getsentry/sentry-mcp.