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
chats
apps/web/src/app/chats/[id]
apps/web/src/app/chats/layout.tsx
apps/web/src/app/chats/page.tsx
export default async function ChatsPage() { return ( <div className="h-[calc(100vh-4rem)] flex mt-32 justify-center"> <div className="text-center space-y-4"> <h2 className="text-2xl text-muted-foreground">Pick a chat</h2> </div> </div> ); }