go_sentry_mcp_server
0
Sentry Issue Collector is an MCP server designed to retrieve issue lists from Sentry. It facilitates integration with the Sentry platform to efficiently collect and manage issues.
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!!!