Skip to main content
Glama

Sentry MCP

Official
by getsentry
section.tsx491 B
import type { ReactNode } from "react"; import { Heading } from "./base"; import { cn } from "@/client/lib/utils"; export default function Section({ heading, children, className, ...props }: { heading?: string | ReactNode; children: ReactNode; className?: string; } & React.HTMLAttributes<HTMLDivElement>) { return ( <section className={cn("space-y-4 mb-10", className)} {...props}> {heading && <Heading>{heading}</Heading>} {children} </section> ); }

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