mcp-sentry-ts
Provides tools for interacting with Sentry API, enabling AI agents to manage projects, issues, events, and export data from a Sentry organization.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-sentry-tslist recent unresolved issues from the frontend project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-sentry
MCP-сервер для Sentry API в Cursor.
Требования: Node.js ≥ 22 (для будущей миграции на @sentry/api и CI). В репозитории есть .nvmrc — при работе из клона: nvm use.
Быстрый старт (npx, без клона)
Добавить в Cursor MCP (
~/.cursor/mcp.jsonили project config):
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "github:CynepHy6/mcp-sentry#semver:^1"],
"env": {
"SENTRY_AUTH": "your_sentry_auth_token",
"SENTRY_HOST": "https://sentry.example.com"
}
}
}
}Креды передаются только через env в MCP-конфиге
Переменная | Обязательна | По умолчанию |
| да | — |
| нет |
|
| нет |
|
Reload MCP в Cursor.
Версия в args
npx скачивает пакет из GitHub по адресу github:CynepHy6/mcp-sentry. Суффикс после # выбирает, какую версию установить:
каждый релиз помечен git-тегом вида
v1.2.0(история — в CHANGELOG.md);npxсохраняет установку в~/.npm/_npx/<hash>/, где hash зависит от строки вargs.
Ref | Пример | Когда использовать |
диапазон |
| по умолчанию; при старте MCP подтягивает максимальный git-тег |
конкретный тег |
| зафиксировать версию |
exact semver |
| то же, через semver (ищет тег |
Обновление: с #semver:^1 новый релиз v1.x обычно подтягивается при старте MCP — reload Cursor чаще всего достаточно. С #v1.2.0 версия зафиксирована: смените ref или удалите sandbox. Если не помогло — npx clear-npx-cache и снова reload MCP.
Related MCP server: Sentry
Альтернатива: локальный клон
git clone https://github.com/CynepHy6/mcp-sentry.git
cd mcp-sentry
nvm use # Node 22 из .nvmrc
cp .env.example .env # заполнить креды
npm install && npm run compile{
"mcpServers": {
"sentry": {
"command": "node",
"args": ["/absolute/path/to/mcp-sentry/build/index.js"]
}
}
}Креды можно держать в .env в корне клонированного репозитория.
Что умеет
просмотр проектов организации;
получение issue и событий по ID или URL;
извлечение контекста из событий;
экспорт событий и полей в локальные JSONL-файлы.
Документация
Файл | Для кого |
разработка, workflows | |
история релизов | |
MCP-конфиг npx, диапазон |
This server cannot be deployed
Maintenance
Related MCP Connectors
Interact with the Stitch API using natural language commands.
Ask data questions in natural language. Get SQL, insights, and charts from your databases.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Query your SEO data in plain language: rankings, audits, backlinks, competitors and AI visibility.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables interaction with Sentry's error tracking platform to fetch and manage issue details, events, and project information through the Sentry API.434 npm1-
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Sentry's error tracking and monitoring tools through a unified API, allowing natural language access to Sentry services.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to retrieve and analyze Sentry issues, including error reports, stacktraces, and debugging information from Sentry.io.7 npm1MIT
- AlicenseNot gradedqualityAmaintenanceEnables interaction with Sentry organizations, projects, and issues directly from MCP clients like Claude Code.16 npmMIT