Sentry Issue Collector
by obutora
This is an MCP server to retrieve a list of Sentry issues. For issue details, it is recommended to use [mcp-server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry).
View on GitHub
Last updated: N/A
Sentry Issue Collector
SentryのIssue一覧を取得するためのMCPサーバーです。
Issueの詳細については mcp-server-sentryを利用することをおすすめします。
How to Use
1. Build tool
go build cmd/server/main.go
2. Setup for MCP server
{
"mcpServers": {
"sentryIssueCollector": {
"command": "path to the tool",
"args": [
"--token",
"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",
"--org",
"minedia",
"--project",
"orca-native"
]
}
}
}
3. work with MCP server
sentryからissue一覧を取得して
Done!!!