Back to Home
utapyngo icon

sentry-mcp-rs

Verified Safe

by utapyngo

Overview

An MCP server to interact with Sentry's API for error and performance monitoring, providing tools to retrieve issue details, trace details, and search issue events.

Installation

Run Command
sentry-rs

Environment Variables

  • SENTRY_AUTH_TOKEN
  • SENTRY_HOST

Security Notes

The server demonstrates good security practices by requiring Sentry API authentication tokens and hostnames via environment variables, avoiding hardcoded secrets. It utilizes `reqwest` for network communication, a well-regarded HTTP client in the Rust ecosystem. No `eval` or similar dynamic code execution patterns are present, nor is there any apparent code obfuscation or overtly malicious patterns. The use of `regex` for URL parsing is for a simple, non-complex pattern, reducing the risk of ReDoS. The overall code structure is clean and direct.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2026-01-19

Tags

SentryError MonitoringPerformance MonitoringTracingRustMCP