Skip to main content
Glama

1313

by chatmcp
index.tsx365 B
import StarIcon from "../../assets/imgs/star.svg"; export default function () { return ( <div className="flex flex-row"> {Array.from({ length: 5 }).map((_, idx: number) => ( <img key={idx} src={StarIcon.src} alt="star" className="mr-1.5 inline-block w-4 flex-none" /> ))} </div> ); }

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/chatmcp/mcpso'

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