Skip to main content
Glama

Cloudflare Remix Vite MCP

by kentcdodds
package.json2.23 kB
{ "name": "cloudflare-remix-vite-mcp", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "concurrently -n widgets,worker -c cyan,magenta \"npm run dev:widgets -- --watch\" \"npm run dev:worker\"", "dev:widgets": "vite build --watch --config vite.config.widgets.ts", "dev:worker": "wrangler dev --local", "deploy": "npm run build && wrangler deploy", "build": "concurrently -n widgets,worker -c cyan,magenta \"npm run build:widgets\" \"npm run build:worker\"", "build:widgets": "vite build --config vite.config.widgets.ts", "prebuild:worker": "node -e \"require('fs').writeFileSync('worker/build-timestamp.ts', 'export const BUILD_TIMESTAMP = \\'' + Date.now() + '\\'')\"", "build:worker": "wrangler build", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "preview": "vite preview", "generate-types": "wrangler types ./types/worker-configuration.d.ts", "pretypecheck": "npm run generate-types", "typecheck": "tsc --noEmit", "inspect": "inspector", "validate": "concurrently --kill-others-on-fail -n format,lint,build,typecheck -c green,yellow,blue,magenta \"npm run format:check\" \"npm run lint:fix\" \"npm run build\" \"npm run typecheck\"" }, "devDependencies": { "@cloudflare/vite-plugin": "^1.13.12", "@cloudflare/workers-types": "^4.20251011.0", "@epic-web/config": "^1.21.3", "@eslint/js": "^9.37.0", "@mcpjam/inspector": "^1.0.4", "@modelcontextprotocol/inspector": "^0.17.0", "@types/node": "^24.7.2", "concurrently": "^9.2.1", "eslint": "^9.37.0", "globals": "^16.4.0", "prettier": "^3.6.2", "typescript": "^5.9.3", "typescript-eslint": "^8.46.1", "vite": "^7.1.9", "wrangler": "^4.42.2" }, "prettier": "@epic-web/config/prettier", "dependencies": { "@epic-web/invariant": "^1.0.0", "@mcp-ui/server": "5.12.0", "@modelcontextprotocol/sdk": "^1.20.0", "@remix-run/dom": "^0.0.0-experimental-remix-jam.6", "@remix-run/events": "^0.0.0-experimental-remix-jam.5", "@remix-run/fetch-router": "^0.6.0", "agents": "^0.2.13", "zod": "^3.25.76" } }

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