SentryCompanionMcp
Unofficial Sentry MCP that provide unavailable tools on the official MCP.
sentry-companion-mcp
Unofficial Sentry MCP that provide unavailable tools on the official MCP.
Tools
| Tool | Description |
|---|---|
get_release_health | CFU, crash-free sessions, session and user counts for a release |
get_release_adoption | Session-based and user-based adoption % |
compare_releases | Side-by-side CFU comparison between two releases |
get_release_new_issues | Issues first seen in a specific release |
get_release_regressed_issues | Issues that regressed in a specific release |
get_release_deploys | Deployment history for a release |
add_issue_comment | Post a comment on a Sentry issue |
Installation
- Install uv if you haven't already.
- Run once to register with Claude Code:
claude mcp add sentry-companion \
-e SENTRY_PERSONAL_TOKEN=your_token \
-e SENTRY_ORG=your-org-slug \
-e SENTRY_PROJECT=your-project-id \
-e SENTRY_BASE_URL=https://us.sentry.io \
-- uvx sentry-companion-mcp
Or add manually to your .mcp.json:
{
"mcpServers": {
"sentry-companion": {
"type": "stdio",
"command": "uvx",
"args": ["sentry-companion-mcp"],
"env": {
"SENTRY_PERSONAL_TOKEN": "your_token",
"SENTRY_ORG": "your-org-slug",
"SENTRY_PROJECT": "your-project-id",
"SENTRY_BASE_URL": "https://us.sentry.io"
}
}
}
}
İlgili Sunucular
Google Ads
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
Kubernetes
Connect to Kubernetes cluster and manage pods, deployments, services.
Geo Location Demo
Retrieves user geolocation information using EdgeOne Pages Functions and exposes it via an MCP server.
CData Zuora MCP Server
An MCP server for Zuora, powered by the CData JDBC Driver. Requires a separate driver and configuration file for connection.
HubSpot MCP Server
Interact with HubSpot CRM data, providing access to contacts, companies, and engagement information.
Remote MCP Server (Authless)
A remote, authentication-free MCP server deployable on Cloudflare Workers.
Gravatar
Interact with Gravatar avatars, profiles, and inferred interests.
Edgee MCP Server
Manage organizations, projects, components, and users via the Edgee API.
Yandex Cloud
An unofficial server for interacting with the Yandex Cloud API.
Shopify MCP Server
Interact with Shopify store data using the GraphQL API.