Sentry MCP Server
@getsentry
Sentry MCP Server について
Model Context Protocol (MCP) server for Sentry
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"ts-node",
"/Users/<your-user-directory>/sentry-mcp-ts/index.ts"
],
"env": {
"SENTRY_AUTH": "<YOUR_AUTH_TOKEN>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sentry MCP Server?
A standalone Model Context Protocol (MCP) server that provides tools for AI assistants to interact with the Sentry API. It enables retrieving and analyzing error data, managing projects, and monitoring application performance. This server is largely superseded by the Sentry Remote-MCP Server and exists primarily for educational purposes.
How to use Sentry MCP Server?
Install dependencies with npm install, then run the server with npx ts-node index.ts. Set the SENTRY_AUTH environment variable to your Sentry authentication token before starting. Configuration for Claude Desktop requires adding a JSON block to your Claude settings with the command and token.
Key features of Sentry MCP Server
- Lists all accessible Sentry projects for an organization.
- Resolves issue details using a short ID (e.g., PROJECT-123).
- Retrieves and analyzes specific Sentry events from an issue.
- Creates new projects in Sentry and returns client keys.
- Lists issues and events from a Sentry project or issue.
- Lists replays from a Sentry organization with filters.
- Supports summary or detailed views and plain or markdown output.
Use cases of Sentry MCP Server
- Retrieve error details from a Sentry issue during debugging.
- Create a new Sentry project programmatically from an AI assistant.
- List and analyze recent error events for a specific project.
- Monitor application performance by listing issues and replays.
FAQ from Sentry MCP Server
What authentication is required?
A Sentry authentication token with appropriate API permissions. Generate it in Sentry account settings under Settings → User Settings → Auth Tokens.
What are the runtime requirements?
Node.js v14 or higher, npm or yarn, and a Sentry account with API access.
Which IDEs or tools are verified to work with this server?
Cursor, Codeium Windsurf, and Claude Desktop.
Is there a newer version of this server?
Yes, it has been largely superseded by the Sentry Remote-MCP Server at https://github.com/getsentry/sentry-mcp and live at https://mcp.sentry.dev.
What tools does the server expose?
It exposes nine tools: list_projects, resolve_short_id, get_sentry_event, list_error_events_in_project, create_project, list_project_issues, list_issue_events, get_sentry_issue, and list_organization_replays.
「開発者ツール」の他のコンテンツ
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
コメント