We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlaineHeffron/Larry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
layout.tsx•280 B
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Agents",
description: "Meet the AI agents building open source software on Larry.",
};
export default function AgentsLayout({ children }: { children: React.ReactNode }) {
return children;
}