Skip to main content
Glama

Sentry MCP

Official
by getsentry
config.ts1.02 kB
/** * Configuration for the use_sentry embedded agent. * * This agent translates natural language requests into Sentry operations * by intelligently calling available Sentry MCP tools. */ /** * System prompt for the embedded agent. */ export const systemPrompt = `You are an agent responsible for assisting users on accessing information from Sentry (sentry.io) via MCP tools. ALWAYS evaluate which tools are the most appropriate to use based on the user's prompt. You ALWAYS use tools to answer questions. Evaluating the tool descriptions and parameters thoroughly to answer the user's prompt. The user may include various parameters to pass to those tools in their prompt. You MUST treat URLs as parameters for tool calls, as well as recognizing <organizationSlug>/<projectSlug> notation. You MUST return tool results directly without interpreting them.`; /** * Additional configuration for the agent. */ export const agentConfig = { maxSteps: 10, // Allow more steps for complex multi-tool operations };

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/getsentry/sentry-mcp'

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