Export Sentry Issue
FreeNot checkedAn MCP server for exporting Sentry issues to plain text files
About
An MCP server for exporting Sentry issues to plain text files
README
A collection of tools for exporting and analyzing Sentry issues.
Packages
This repository contains multiple packages:
📦 export-sentry-issue
A Python CLI tool for exporting Sentry issues to plain text files.
Features:
- Export complete error messages and stack traces
- Support both Self-hosted Sentry and SaaS version
- Include Request information, Breadcrumbs, Spans, and Context data
- Secure token management with file permissions
- Batch export multiple issues
Quick Start:
pip install export-sentry-issue
# Initialize configuration (secure, token hidden)
export-sentry-issue init
# Export issues
export-sentry-issue export --ids "12345,67890"
🔌 export-sentry-issue-mcp
An Model Context Protocol (MCP) server that allows AI assistants like Claude to export and analyze Sentry issues.
Features:
- 🔧 MCP Tools for Sentry issue management
- 🤖 Auto-triggered when you mention Sentry URLs or issue numbers
- 🔐 Secure configuration with file permissions
- 📝 Rich export format with stack traces, breadcrumbs, spans
- 🚀 Multiple transport modes (STDIO and HTTP/SSE)
Quick Start:
Using Docker:
docker pull ghcr.io/jlhg/export-sentry-issue-mcp:latest
Or install via pip:
pip install export-sentry-issue-mcp
# Initialize configuration
export-sentry-issue-mcp init
# Add to Claude Desktop config (~/.config/claude/claude_desktop_config.json)
{
"mcpServers": {
"sentry": {
"command": "export-sentry-issue-mcp"
}
}
}
Development
This is a monorepo containing multiple Python packages. Each package can be developed and published independently.
Project Structure
export-sentry-issue/
├── packages/
│ ├── export-sentry-issue/ # CLI tool
│ │ ├── src/
│ │ ├── pyproject.toml
│ │ └── README.md
│ └── export-sentry-issue-mcp/ # MCP server
│ ├── src/
│ ├── pyproject.toml
│ └── README.md
├── LICENSE
└── README.md
Local Development
# Install a package in editable mode
cd packages/export-sentry-issue
pip install -e .
# Or for the MCP server
cd packages/export-sentry-issue-mcp
pip install -e .
License
MIT License - see LICENSE file for details.
Installing Export Sentry Issue
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jlhg/export-sentry-issueFAQ
Is Export Sentry Issue MCP free?
Yes, Export Sentry Issue MCP is free — one-click install via Unyly at no cost.
Does Export Sentry Issue need an API key?
No, Export Sentry Issue runs without API keys or environment variables.
Is Export Sentry Issue hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Export Sentry Issue in Claude Desktop, Claude Code or Cursor?
Open Export Sentry Issue on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Export Sentry Issue with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
