Skip to main content
Glama
LogoutPage.vue324 B
<template> <div> <h1>Logging you out...</h1> </div> </template> <script setup lang="ts"> import { onMounted } from "vue"; import { useAuthStore } from "@/store/auth.store"; const authStore = useAuthStore(); onMounted(async () => { if (authStore.userIsLoggedIn) { await authStore.logout(); } }); </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