Sentry MCP Server
@inceptionJh
Sentry MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@jaejae-json/sentry-mcp-server",
"--SENTRY_ORG_ID=00000",
"--SENTRY_API_TOKEN=sntryu_**********************"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sentry MCP Server?
A Model Context Protocol server that connects to Sentry, allowing users to query issue and event data through natural language prompts in compatible MCP clients like Cursor.
How to use Sentry MCP Server?
Configure the server in your MCP client using the npx command with the package @jaejae-json/sentry-mcp-server, passing your Sentry organization ID and API token as command‑line arguments. A sample prompt is shown that references a Sentry issue URL and asks for analysis of the event.
Key features of Sentry MCP Server
—
Use cases of Sentry MCP Server
—
FAQ from Sentry MCP Server
What does this server do?
It enables an MCP client to interact with Sentry data. The README shows an example prompt that references a Sentry issue URL and requests analysis of an event.
How is it configured?
Using the Cursor MCP settings JSON object:
{"mcpServers":{"sentry":{"command":"npx","args":["-y","@jaejae-json/sentry-mcp-server","--SENTRY_ORG_ID=00000","--SENTRY_API_TOKEN=sntryu_**********************"]}}}
What credentials are required?
You need your Sentry organization ID and a Sentry API token. The token is passed via the --SENTRY_API_TOKEN argument.
What MCP client is shown?
The configuration example is specifically for Cursor’s MCP support, but the server should work with any MCP‑compatible client.
Are there any known limitations?
—
「開発者ツール」の他のコンテンツ
Grafana MCP server
grafanaMCP server for Grafana
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
コメント