Skip to main content
Glama
dashboard-page-header.tsx426 B
import { PageHeader } from '@/components/custom/page-header'; export const DashboardPageHeader = ({ title, children, description, }: { title: string; children?: React.ReactNode; description?: React.ReactNode; }) => { return ( <PageHeader title={title} description={description} rightContent={children} className="min-w-full z-30 -mx-4" hideSidebarTrigger={true} /> ); };

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/activepieces/activepieces'

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