Skip to main content
Glama

@ragrabbit/mcp

#!/bin/bash set -e VARS=`node ../../packages/db/scripts/extractVars.js` cd ../../packages/db if [ "$1" == "seed" ]; then env $VARS ./node_modules/.bin/tsx ./seeds.ts elif [ "$1" == "reset" ]; then env $VARS ./node_modules/.bin/tsx ./scripts/resetDb.ts else env $VARS pnpm drizzle-kit $@ fi

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/madarco/ragrabbit'

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