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
4
19
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
apps
packages
.vscode
.cursorrules
.gitignore
license.md
.npmrc
.nvmrc
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
.prettierignore
README.md
.syncpackrc
turbo.json
{ "$schema": "https://turbo.build/schema.json", "ui": "tui", "tasks": { "build": { "dependsOn": ["^build"], "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": [".next/**", "!.next/cache/**"] }, "lint": { "dependsOn": ["^lint"] }, "dev": { "cache": false, "persistent": true }, "storybook": { "cache": false, "persistent": true }, "saas": { "dependsOn": ["^db"] }, "db": { "cache": false, "persistent": true, "interactive": false }, "db:fg": { "cache": false, "persistent": true, "interactive": true }, "db:start": { "cache": false, "persistent": true }, "db:studio": { "cache": false, "persistent": true }, "storybook:start": { "cache": false, "persistent": true } } }