Skip to main content
Glama
markdown.tsx400 B
"use client"; import Markdown from "react-markdown"; import remarkGfm from "remark-gfm"; import "katex/dist/katex.min.css"; export default function EasyMarkdown({ children }: { children: string }) { const markdownOpts = { remarkPlugins: [remarkGfm], rehypePlugins: [], }; return ( <Markdown className="prose max-w-full" {...markdownOpts}> {children} </Markdown> ); }

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/madarco/ragrabbit'

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