An MCP server for exporting Sentry issues to plain text files
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"export-sentry-issue-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Export Sentry Issue MCP Server [繁體中文版 (Traditional Chinese)](README.zh-TW.md) An [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for exporting Sentry issues to plain text files. This server provides tools that allow AI assistants like Claude to help you export and analyze Sentry error reports. ## Features - 🔧 **MCP Tools** for Sentry issue management - 🤖 **Auto-triggered** when you mention Sentry URLs or issue numbers - 🔐 **Secure Configuration** with file permissions (600) - 📝 **Rich Export Format** including stack traces, breadcrumbs, spans, and context - 🚀 **Multiple Transport Modes** (STDIO and HTTP/SSE) - 🐳 **Docker Support** for easy deployment ## Installation **Requirements:** Python 3.10 or higher ### From PyPI (Recommended) ```bash pip install export-sentry-issue-mcp ``` ### From Source ```bash cd packages/export-sentry-issue-mcp pip install -e . ``` ## Usage ### Running the Server #### STDIO Mode (Default) For use with Claude Desktop or other MCP clients: ```bash export-sentry-issue-mcp ``` #### HTTP/SSE Mode For web-based integration: ```bash export-sentry-issue-mcp --http --host 127.0.0.1 --port 3001 ``` ### Claude Code Configuration (Recommended) #### Step 1: Build Docker Image ```bash cd packages/export-sentry-issue-mcp docker build -t export-sentry-issue-mcp:latest . ``` #### Step 2: Add MCP Server ```bash claude mcp add export-sentry-issue -- docker run -i --rm export-sentry-issue-mcp:latest ``` #### Step 3: Verify Installation ```bash claude mcp list ``` You should see `export-sentry-issue` in the list. #### Step 4: (Optional) Persist Configuration and Save Output Files To keep your Sentry configuration and save exported files: ```bash claude mcp add export-sentry-issue -- docker run -i --rm \ -v /path/to/your/config:/root/.config/export-sentry-issue \ -v /path/to/your/output:/app \ export-sentry-issue-mcp:latest ``` **Note:** - Replace `/path/to/your/config` with your config direct…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.