Back to Apps

Sentry Python SDK
by getsentry
Official Python SDK for Sentry.io, providing crash reporting, performance monitoring, and error tracking.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects Python applications to Sentry.io for real-time crash reporting, performance monitoring, and error tracking. It allows developers to capture exceptions and performance bottlenecks automatically without manually wrapping every function in try-except blocks.
Tools
capture_message: Logs a custom message to the Sentry dashboard.capture_exception: Reports an unhandled exception to Sentry.init: Configures the SDK with DSN and sampling rates.
Installation
Add the following to your claude_desktop_config.json (assuming a wrapper server is used as the SDK itself is a library):
{
"mcpServers": {
"sentry-python": {
"command": "python3",
"args": ["-m", "sentry_mcp_server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install --upgrade sentry-sdkInformation
- Pricing
- freemium
- Published
- 7/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure via claude_desktop_config.json using a compatible MCP wrapper.





