Sentry MCP server
Pull error and performance context into the chat. The Sentry MCP server lets an assistant fetch issues, stack traces, and performance data from your projects, so it can debug with real production context.
Category
Dev toolsMaintained by
OfficialProtocol
Model Context ProtocolSource
getsentry/sentry-mcp
Dev toolsMaintained by
OfficialProtocol
Model Context ProtocolSource
getsentry/sentry-mcp
In the official MCP registryio.github.getsentry/sentry-mcpupdated 2025-12-17
Installing Sentry
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add sentry -- npx -y @sentry/mcp-server
Claude Desktop ยท Cursor ยท VS Code ยท Windsurf
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
What it does
The Sentry MCP server lets an assistant fetch issues, stack traces, and performance data from your projects, so it can debug with real production context.
Like any MCP server, Sentry plugs into MCP-compatible assistants (such as Claude and other clients) so the model can use it as a tool , no custom integration code required.
Related Dev tools MCP servers
- GitHubLet AI manage repos, issues, and pull requests.
- FilesystemRead and write local files, safely scoped.
- GitRun git operations on a local repository.
- JetBrainsGive the assistant context from your JetBrains IDE.
- CypressRun and inspect end-to-end tests from the assistant.
- Context7Pull up-to-date library docs into the model.