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"
}
}
}
}
Servidores relacionados
EdgeOne Geo Location
Provides geolocation data using EdgeOne Pages Functions.
Forge MCP Server
Integrate with the Laravel Forge API to manage servers and deployments using MCP-compliant tools.
MCP Weather Server
Provides hourly weather forecasts using the AccuWeather API.
NASA MCP Server
An MCP server for interacting with various NASA APIs and data sources. Requires a NASA API key.
Maestro MCP Server
Interact with the Bitcoin blockchain using the Maestro API to explore blocks, transactions, and addresses.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support for both local development and remote deployment.
Gemini MCP Server
An MCP server for Google Gemini AI featuring Smart Tool Intelligence and self-contained, configurable preferences.
MCP Salesforce Connector
Interact with Salesforce data using SOQL queries and SOSL searches via an MCP server.
Space Frontiers
Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.
LlamaIndex MCP demos
Expose LlamaCloud services as MCP tools for building and managing LLM applications.