Skip to main content
Glama

Cloudflare Remix Vite MCP

by kentcdodds
wrangler.jsonc566 B
{ "$schema": "node_modules/wrangler/config-schema.json", "name": "cloudflare-remix-vite-mcp", "compatibility_date": "2025-10-08", "compatibility_flags": ["nodejs_compat"], "main": "./worker/index.tsx", "assets": { "directory": "./dist/public", "binding": "ASSETS", }, "tsconfig": "./tsconfig.worker.json", "migrations": [ { "new_sqlite_classes": ["MathMCP"], "tag": "v1", }, ], "durable_objects": { "bindings": [ { "class_name": "MathMCP", "name": "MATH_MCP_OBJECT", }, ], }, "observability": { "enabled": true, }, }

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