Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Export Sentry Issue

FreeNot checked

An MCP server for exporting Sentry issues to plain text files

GitHubEmbed

About

An MCP server for exporting Sentry issues to plain text files

README

繁體中文版 (Traditional Chinese)

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"

📖 Full Documentation

🔌 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"
    }
  }
}

📖 Full Documentation

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.

from github.com/jlhg/export-sentry-issue

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-issue

FAQ

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

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