Skip to main content
Glama

Sentry MCP

Official
by getsentry
prose.tsx381 B
import { cn } from "@/client/lib/utils"; export function Prose({ children, className, ...props }: { children: React.ReactNode } & React.HTMLAttributes<HTMLDivElement>) { return ( <div className={cn( "prose prose-invert prose-slate max-w-none prose-a:text-violet-300", className, )} {...props} > {children} </div> ); }

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