Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
@ragrabbit/mcp
by
madarco
Verified
npm
GitHub
Search
Research & Data
TypeScript
MIT License
3
19
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
apps
saas
app
(rag)
dashboard
apps/saas/app/(rag)/dashboard/chats
apps/saas/app/(rag)/dashboard/indexing
apps/saas/app/(rag)/dashboard/integration
apps/saas/app/(rag)/dashboard/widget
apps/saas/app/(rag)/dashboard/layout.tsx
export const metadata = { title: { default: "Index", template: "%s | Dashboard" }, description: "Dashboard", }; export default function RootLayout({ children }) { return children; }