0.0.1 • Published 6 months ago
@kyirespike/sentry-mcp-server v0.0.1
sentry-mcp
This is a prototype of an MCP server, acting as a middleware to the upstream Sentry API provider.
This package is primarily for running the stdio MCP server. If you do not know what that is, or do not need it, we suggest using the public remote service:
To utilize the stdio transport, you'll need to create an User Auth Token in Sentry with the necessary scopes. As of writing this is:
org:read
project:write
team:write
event:readLaunch the transport:
npx @sentry/mcp-server@latest --access-token=sentry-user-token --host=sentry.example.comNote: You can also use environment variables:
SENTRY_ACCESS_TOKEN=
SENTRY_HOST=By default we also enable Sentry reporting (traces, errors) upstream to our cloud service. You can disable that, or send it to a different Sentry instance by using the --sentry-dsn flag:
# disable sentry reporting
npx @sentry/mcp-server@latest --sentry-dsn=
# disable sentry reporting
npx @sentry/mcp-server@latest --sentry-dsn=https://publicKey@mysentry.example.com/...0.0.1
6 months ago