Perceptdot Sentry for VS Code
io.github.perceptdot/sentry
AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com
client:VS Code
transport:stdio
runtime:npm
Install Perceptdot Sentry in VS Code
.vscode/mcp.json
{
"servers": {
"sentry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perceptdot/sentry"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs