sentry mcp server for Cline
io.github.friendlygeorge/sentry-mcp-server
MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.
client:Cline
transport:stdio
runtime:npm
Install sentry mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sentry-mcp-server": {
"command": "npx",
"args": [
"-y",
"sentry-mcp-server"
],
"env": {
"SENTRY_AUTH_TOKEN": "<SENTRY_AUTH_TOKEN>",
"SENTRY_BASE_URL": "<SENTRY_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs