Skip to main content
Glama
source.tsx502 B
import { createMDXSource } from "fumadocs-mdx"; import type { InferPageType } from "fumadocs-core/source"; import { loader } from "fumadocs-core/source"; import { meta, docs, blog as blogPosts } from "@/.source"; const utils = loader({ baseUrl: "/docs", source: createMDXSource(docs, meta), }); export const { getPages, getPage, pageTree } = utils; export const blog = loader({ baseUrl: "/blog", source: createMDXSource(blogPosts, []), }); export type BlogPage = InferPageType<typeof blog>;

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/metacode0602/open-mcp'

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