Skip to main content
Glama
sidebar.tsx250 B
export function Sidebar({ children }: { children: React.ReactNode }) { return ( <aside className="fixed left-0 top-0 z-40 h-screen w-64 overflow-hidden border-r bg-background"> <div className="h-full">{children}</div> </aside> ); }

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