Skip to main content
Glama
layout.tsx•1.28 kB
import './globals.css' import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata = { title: 'Hyperion MCP Dashboard', description: 'Web dashboard for Hyperion blockchain interactions', } export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( <html lang="en"> <body className={inter.className}> <div className="min-h-screen bg-gray-50"> <nav className="bg-white shadow-sm border-b"> <div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div className="flex justify-between h-16"> <div className="flex items-center"> <h1 className="text-xl font-semibold text-gray-900"> 🚀 Hyperion MCP Dashboard </h1> </div> <div className="flex items-center space-x-4"> <span className="text-sm text-gray-500"> Model Context Protocol </span> </div> </div> </div> </nav> <main className="max-w-7xl mx-auto py-6 sm:px-6 lg:px-8"> {children} </main> </div> </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/cuongpo/hyperion-mcp-server'

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