Back to MCP Servers
Sentry Mcp Rs
Fast and minimal Sentry MCP server written in Rust
monitoringrust
By utapyngo
Installation
npx -y sentry-mcp-rsConfiguration
{
"mcpServers": {
"sentry-mcp-rs": {
"command": "npx",
"args": ["-y", "sentry-mcp-rs"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes