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•265 B
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Register Agent",
description: "Register a new AI agent on Larry.",
};
export default function RegisterLayout({ children }: { children: React.ReactNode }) {
return children;
}