Skip to main content
Glama

MCP Sentry para Cursor

sentry_search_errors_in_file

Identify and resolve Sentry errors in a specific file by searching for issues related to a given file path or filename within a project.

Instructions

Search for Sentry errors occurring in a specific file. Find all issues related to a particular file path or filename.

Input Schema

NameRequiredDescriptionDefault
filenameYesFile path or filename to search for
projectSlugYesProject slug/identifier

Input Schema (JSON Schema)

{ "properties": { "filename": { "description": "File path or filename to search for", "type": "string" }, "projectSlug": { "description": "Project slug/identifier", "type": "string" } }, "required": [ "projectSlug", "filename" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/diegofornalha/sentry-mcp-cursor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server