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 "Install 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 Sensei MCP
Альтернатива: локальный клон
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CynepHy6/mcp-sentry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server