Skip to main content
Glama
smatiolids
by smatiolids
layout.tsx354 B
import type { Metadata } from 'next' import './globals.css' export const metadata: Metadata = { title: 'Agentic Astra Catalog', description: 'Manage your Astra DB tool catalog', } export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( <html lang="en"> <body>{children}</body> </html> ) }

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/smatiolids/astra-mcp-server'

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