Skip to main content
Glama
SiSidebarContent.vue337 B
<template> <div class="border-x border-b border-black pt-5 flex flex-col flex-grow bg-white overflow-y-auto" > <div class="flex-grow m-5 p-5 items-center flex flex-col"> {{ props.placeholder }} </div> </div> </template> <script setup lang="ts"> const props = defineProps<{ placeholder: string; }>(); </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