Sentry MCP
Rank #165io.github.getsentry/sentry-mcp
MCP server providing sentry-mcp capabilities
Sentry MCP is a Model Context Protocol (MCP) server published by getsentry. It ranks #165 of 115,460 servers tracked on MCP Toplist, and its repository has 836 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 115,295 of 115,460 servers on MCP Toplist.
Use Sentry MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http sentry-mcp https://mcp.sentry.dev/sseThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http sentry-mcp https://mcp.sentry.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add sentry-mcp -e "SENTRY_ACCESS_TOKEN=<your SENTRY_ACCESS_TOKEN>" -- npx -y @sentry/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.sentry-mcp]
url = "https://mcp.sentry.dev/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.sentry-mcp]
url = "https://mcp.sentry.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.sentry-mcp]
command = "npx"
args = ["-y", "@sentry/mcp-server"]
[mcp_servers.sentry-mcp.env]
SENTRY_ACCESS_TOKEN = "<your SENTRY_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.sentry.dev/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.sentry.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. 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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sentry-mcp": {
"url": "https://mcp.sentry.dev/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sentry-mcp": {
"url": "https://mcp.sentry.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). 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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sentry-mcp": {
"type": "http",
"url": "https://mcp.sentry.dev/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"sentry-mcp": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"sentry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<your SENTRY_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sentry-mcp": {
"serverUrl": "https://mcp.sentry.dev/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sentry-mcp": {
"serverUrl": "https://mcp.sentry.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. 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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.getsentry%2Fsentry-mcp)<a href="https://mcptoplist.com/server/io.github.getsentry%2Fsentry-mcp"><img src="https://mcptoplist.com/badge/io.github.getsentry%2Fsentry-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
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 6 MCP servers (35 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.