Skip to main content
Glama

Sentry MCP

Official
by getsentry
icon.tsx483 B
interface IconProps { className?: string; path: string; viewBox?: string; title?: string; } export function Icon({ className, path, viewBox = "0 0 32 32", title = "Icon", }: IconProps) { return ( <svg className={className} viewBox={viewBox} fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="icon-title" > <title id="icon-title">{title}</title> <path d={path} fill="currentColor" /> </svg> ); }

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