Share:
About
Read your Sentry errors and performance issues. List projects, browse recent issues, drill into events with stack traces and breadcrumbs, and pull release/deploy metadata. Great for triaging incidents and letting the assistant write a fix based on real error context.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Sentry MCP.
- What is the Sentry Model Context Protocol (MCP) server used for?
- The Sentry MCP enables access to Sentry error and performance data. It allows users to list projects, browse issues, view event details with stack traces and breadcrumbs, and retrieve release metadata for incident triage.
- How can I configure the Sentry MCP in a client such as Cline?
- Configuration typically involves obtaining the Sentry MCP server URL and authenticating via OAuth. Specific steps depend on the Cline version and its interface for adding new MCP servers. Refer to your client's documentation for detailed setup instructions.
- Does the Sentry MCP require an API key or other credentials for authentication?
- The Sentry MCP uses OAuth for authentication. This means you will need to authorize access to your Sentry account through a standard OAuth flow, rather than using an API key directly.
- What are the core capabilities exposed by the Sentry MCP?
- The Sentry MCP provides core capabilities for reading Sentry data. These include listing projects, accessing recent issues, drilling down into event specifics with full stack-trace context, and retrieving release and deployment information.
- Is there a cost associated with using the Sentry MCP?
- The Sentry MCP itself is open-source. However, it integrates with Sentry, which is a commercial service. Costs would depend on your Sentry plan and usage, not the MCP directly.
- What is a common limitation or prerequisite for effective use of the Sentry MCP?
- A key prerequisite for the Sentry MCP is an active Sentry account with projects and events sending data. The utility of the MCP is directly tied to the availability and richness of your Sentry data.
Install Sentry MCP
Server URL
https://mcp.sentry.dev/mcpClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"sentry": {
"url": "https://mcp.sentry.dev/mcp",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"sentry": {
"url": "https://mcp.sentry.dev/mcp"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"sentry": {
"type": "http",
"url": "https://mcp.sentry.dev/mcp"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.