sentry-mcp MCP Server
Rank #314io.github.getsentry/sentry-mcp
Retrieve error and performance data from Sentry.
sentry-mcp MCP Server is a Model Context Protocol (MCP) server published by getsentry. It ranks #314 of 58,832 servers tracked on MCP Toplist, and its repository has 712 GitHub stars. sentry-mcp MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Mar 31, 2025 and most recently updated on Dec 17, 2025.
Ranks ahead of 58,518 of 58,832 servers on MCP Toplist.
Use sentry-mcp MCP Server
Add sentry-mcp MCP Server 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 3 registries (1 delisted)
getsentry
Other servers by getsentry
- Xcodebuildmcp#34 · 20 vers
- Plausible Analytics#9992
- Sentry MCP Server#14493
- Sentry MCP Server MCP Server#14521
Available versions (2)
| Version | Published |
|---|---|
| 0.25.0 | Dec 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is sentry-mcp MCP Server?
- Retrieve error and performance data from Sentry.
- Who maintains sentry-mcp MCP Server?
- sentry-mcp MCP Server is maintained by getsentry, which publishes 8 MCP servers (22 total versions) tracked on MCP Toplist.
- Is sentry-mcp MCP Server an official MCP server?
- Yes — sentry-mcp MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does sentry-mcp MCP Server have?
- MCP Toplist tracks 2 versions of sentry-mcp MCP Server, most recently published on Dec 17, 2025.
- Where can I find the source code for sentry-mcp MCP Server?
- The source code for sentry-mcp MCP Server is hosted at github.com/getsentry/sentry-mcp.