Skip to main content
MonitoringRust

utapyngo/sentry-mcp-rs

Fast and minimal Sentry MCP server written in Rust

monitoringcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/utapyngo/sentry-mcp-rs

Claude Desktop configuration example:

{
  "mcpServers": {
    "sentry-mcp-rs": {
      "command": "npx",
      "args": [
        "-y",
        "utapyngo/sentry-mcp-rs"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Monitoring
Language
Rust
Author
utapyngo