utapyngo/sentry-mcp-rs
by Various
Fast and minimal Sentry MCP server written in Rust
MCP
utapyngo/sentry-mcp-rs
Added 1 June 2026
Overview
A fast and minimal MCP server for Sentry written in Rust. It implements the Model Context Protocol to allow AI agents and tools to query Sentry issues and events. The server is designed to be lightweight and efficient.
Best for
Best for
Developers who need a lightweight MCP server for Sentry integration
Use cases
- Connect AI coding assistants to Sentry error logs
- Query Sentry issues and events through natural language
- Automate Sentry workflows via MCP tools
How to use
Install
cargo install sentry-mcp Tools exposed
get_issue_detailsget_trace_detailssearch_issue_events
Example client config
{\n "mcpServers": {\n "sentry": {\n "command": "sentry-mcp",\n "env": {\n "SENTRY_AUTH_TOKEN": "your_token_here",\n "SENTRY_HOST": "sentry.io"\n }\n }\n }\n} Notes
A fast and minimal MCP server for Sentry written in Rust. It implements the Model Context Protocol to allow AI agents and tools to query Sentry issues and events. The server is designed to be lightweight and efficient.
9 stars on GitHub. Last updated 2026-03-22. Licensed MIT.
Use cases
- Connect AI coding assistants to Sentry error logs
- Query Sentry issues and events through natural language
- Automate Sentry workflows via MCP tools
Pros
- Fast performance due to Rust implementation
- Minimal footprint and low resource usage
- Open source with permissive license
Cons
- Very early stage with only 9 GitHub stars
- Limited community support and documentation
- May lack advanced features of more mature Sentry integrations
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Fast performance due to Rust implementation
- Minimal footprint and low resource usage
- Open source with permissive license
Cons
- Very early stage with only 9 GitHub stars
- Limited community support and documentation
- May lack advanced features of more mature Sentry integrations
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.