Install to ToolCloud
One click. No local setup. Works with any MCP client.
Interact with Sentry for error tracking and performance monitoring. Search issues, get stack traces, and analyze error patterns.
debuggingerrorsmonitoringsentry
Manual Installation
Claude Code
claude mcp add sentry -- npx -y @sentry/mcp-serverCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"sentry": {
"env": {
"SENTRY_AUTH_TOKEN": "your-token"
},
"args": [
"-y",
"@sentry/mcp-server"
],
"command": "npx"
}
}
}