Skip to main content
Glama

Cloudflare Remix Vite MCP

by kentcdodds
deploy.yml688 B
name: Deploy on: push: branches: - main pull_request: branches: - main jobs: deploy: runs-on: ubuntu-latest name: Deploy steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '24' cache: 'npm' - name: Install Dependencies run: npm ci - name: Typecheck run: npm run typecheck - name: Lint run: npm run lint - name: Deploy to Cloudflare Workers if: github.ref == 'refs/heads/main' env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} run: npm run deploy

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/kentcdodds/cloudflare-remix-vite-mcp'

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