Sentry Issue Collector
Description
# Sentry Issue Collector SentryのIssue一覧を取得するためのMCPサーバーです。 Issueの詳細については [mcp-server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry)を利用することをおすすめします。 ## How to Use ### 1. Build tool ```bash go build cmd/server/main.go ``` ### 2. Setup for MCP server…
About
# Sentry Issue Collector SentryのIssue一覧を取得するためのMCPサーバーです。 Issueの詳細については [mcp-server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry)を利用することをおすすめします。 ## How to Use ### 1. Build tool ```bash go build cmd/server/main.go ``` ### 2. Setup for MCP server ``` { "mcpServers": {…
Details
- Author
- obutora
- Downloads
- 160
- Categories
- Developer Tools
Jump to
- Retrieves a list of issues from a Sentry project.
- Lightweight, single-purpose Go binary.
- Requires only a Sentry user token, organization, and project.
First build the server using go build cmd/server/main.go. Then configure your MCP client with the path to the binary, providing the --token (Sentry user auth token), --org (Sentry organization slug), and --project (Sentry project slug) arguments. After configuration, invoke the server by sending a prompt such as "sentryからissue一覧を取得して" (Japanese for "get the list of issues from Sentry").
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!!!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





