sentry mcp for Cursor
io.github.getsentry/sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
client:Cursor
transport:stdio
runtime:npm
Install sentry mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sentry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<SENTRY_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs