Skip to main content
Glama
AuthPageHeader.vue554 B
<template> <div class="dark:text-neutral-200 flex flex-row gap-md px-lg"> <SiLogo class="h-16" /> <Stack spacing="sm"> <h2 class="text-3xl font-extrabold capsize mt-2xs">{{ title }}</h2> <RichText class="capsize"> <slot /> </RichText> </Stack> </div> </template> <script lang="ts" setup> import { Stack, RichText } from "@si/vue-lib/design-system"; import SiLogo from "@si/vue-lib/brand-assets/si-logo-symbol.svg?component"; const props = defineProps({ title: { type: String, required: true }, }); </script>

Latest Blog Posts

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/systeminit/si'

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