Export Sentry Issue
БесплатноНе проверенAn MCP server for exporting Sentry issues to plain text files
Описание
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.
Установка Export Sentry Issue
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jlhg/export-sentry-issueFAQ
Export Sentry Issue MCP бесплатный?
Да, Export Sentry Issue MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Export Sentry Issue?
Нет, Export Sentry Issue работает без API-ключей и переменных окружения.
Export Sentry Issue — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Export Sentry Issue в Claude Desktop, Claude Code или Cursor?
Открой Export Sentry Issue на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Export Sentry Issue with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
