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.
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.Last updated41051
- Flicense-qualityCmaintenanceIntegrates Sentry error tracking and JIRA project management APIs, enabling users to query organizations, projects, and issues from Sentry, and retrieve or update JIRA ticket information through natural language.Last updated
- Alicense-qualityDmaintenanceEnables interaction with Sentry's error tracking and monitoring tools through a unified API, allowing natural language access to Sentry services.Last updatedMIT
- Alicense-qualityDmaintenanceEnables AI assistants to retrieve and analyze Sentry issues, including error reports, stacktraces, and debugging information from Sentry.io.Last updated191MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Investigate errors, track deployments, analyze performance, and manage application monitoring
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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