Skip to main content
Glama
NotFound.vue589 B
<template> <div class="not-found"> <el-result icon="warning" title="404" sub-title="抱歉,您访问的页面不存在"> <template #extra> <el-button type="primary" @click="goHome"> 返回首页 </el-button> </template> </el-result> </div> </template> <script setup lang="ts"> import { useRouter } from "vue-router"; const router = useRouter(); const goHome = () => { router.push("/servers"); }; </script> <style scoped> .not-found { display: flex; align-items: center; justify-content: center; height: 100%; min-height: 400px; } </style>

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/zaizaizhao/mcp-swagger-server'

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