Skip to main content
Glama
layout.tsx654 B
import './globals.css'; import Sidebar from '../components/Sidebar'; export const metadata = { title: 'LINE Bot MCP UI', description: 'Minimal UI to call MCP tools', }; export default function RootLayout({ children }: { children: React.ReactNode }) { return ( <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <div className="container"> <div className="layout"> <aside className="sidebar"> <Sidebar /> </aside> {children} </div> </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/tndfame/mcp_management'

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