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