Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ClaudeKeep
Claim
by
sdairs
GitHub
Knowledge & Memory
Note Taking
Cloud Storage
TypeScript
MIT License
5
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
apps
web
src
app
chat
apps/web/src/app/chat/[id]
apps/web/src/app/chat/layout.tsx
export default async function ChatLayout({ children, }: { children: React.ReactNode; }) { return ( <div className="flex h-[calc(100vh-4rem)]"> <div className="flex-1 overflow-y-auto"> {children} </div> </div> ); }