Sentry for VS Code
com.sentry/mcp
Sentry's hosted MCP server. Look up issues, errors, traces and performance data for your projects and hand the context to an agent fixing the bug.
client:VS Code
transport:streamable-http
tools:6
Install Sentry in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs