Perceptdot Sentry runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm.
AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sentry -- npx -y @perceptdot/sentry
{
"mcpServers": {
"sentry": {
"args": [
"-y",
"@perceptdot/sentry"
],
"command": "npx"
}
}
}
[mcp_servers.sentry]
command = "npx"
args = ["-y", "@perceptdot/sentry"]
{
"mcpServers": {
"sentry": {
"args": [
"-y",
"@perceptdot/sentry"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sentry": {
"args": [
"-y",
"@perceptdot/sentry"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.