Home › Cloud & Monitoring › sentry-mcp
sentry-mcp
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
Topics: Monitoring
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.25.0)
npx -y @sentry/mcp-server@0.25.0
Or add to your MCP client config:
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server@0.25.0"
],
"env": {
"SENTRY_ACCESS_TOKEN": "<YOUR_VALUE>"
}
}
}
}
SENTRY_ACCESS_TOKENrequired secret — Your Sentry user authentication token
Related servers
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp-grafana
An MCP server giving access to Grafana dashboards, data and more.
homebutler
Tells an agent what changed on a server since it last looked - status, Docker, backups, Proxmox.
zabbix-mcp-server
Zabbix integration for hosts, items, triggers, templates, problems, data and more.
mcp-victoriametrics
MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation
Listed in punkpeye/awesome-mcp-servers (MIT)
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry