chakudya-mcp-server-cloudflare
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chakudya-mcp-server-cloudflareShow me the nutrition facts for a serving of peanut butter."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Chakudya MCP Server — Cloudflare Workers edition
This is the Cloudflare Workers deployment of the Chakudya MCP server. It
exposes the same 11 tool groups over the same MCP Streamable HTTP protocol,
calling the same Chakudya Nutrition Registry (CNR) API, as the existing
Render/Express deployment (chakudya-mcp-server repo). The two are
independent services that can run side by side — this one is not a
replacement, it's a second front door to the same tools.
What's different from the Render version
Only the hosting-layer plumbing — nothing about the tools or the CNR API they call:
Render version | This (Cloudflare) version | |
Runtime | Node.js + Express | Cloudflare Workers ( |
MCP transport | SDK's | Custom stateless one-request-one-response transport ( |
Config |
|
|
Crypto (OAuth PKCE) |
| Web Crypto ( |
GET/DELETE | Supported | Not supported (405) — no standing session in stateless mode |
Everything else — src/tools/*, src/utils/toolResult.ts, the WHO growth
data, src/server/createServer.ts — is byte-for-byte identical to the
Render version, copied straight across.
Related MCP server: io.github.rwestergren/cronometer-api-mcp
Setup
npm installLocal dev
cp .dev.vars.example .dev.vars # fill in a dev MCP_AUTH_TOKEN
npm run devDeploy
npx wrangler secret put MCP_AUTH_TOKEN
# optional, only if you use admin-gated CNR routes:
npx wrangler secret put CHAKUDYA_ADMIN_API_KEY
npm run deployNon-secret config (CHAKUDYA_API_BASE_URL, MCP_ALLOWED_ORIGINS,
MCP_RATE_LIMIT_PER_MIN) is set in wrangler.jsonc under vars — edit that
file directly rather than using wrangler secret put for those.
Connecting an MCP client
Same as the Render deployment: point the client at
https://<your-worker-subdomain>.workers.dev/mcp with
Authorization: Bearer <MCP_AUTH_TOKEN>, or use the OAuth flow
(/.well-known/oauth-authorization-server) for clients like Claude.ai's
custom connector UI that don't support raw bearer tokens.
Health check
GET /health → {"status":"ok","service":"chakudya-mcp-server-cloudflare",...}
This server cannot be installed
Maintenance
Related MCP Connectors
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
Unlock the power of food transparency with our Open Food Facts MCP server. Easily look up any food
Related MCP Servers
- AlicenseBqualityAmaintenanceA local-first nutrition MCP server for food search, barcode lookup, meal estimation, intake logging, hydration, and nutrition coaching workflows.461968MIT
- AlicenseAqualityAmaintenanceMCP server for Cronometer nutrition tracking, enabling food diary management, nutrition data retrieval, food search, and biometric tracking via Cronometer's mobile REST API.1545MIT
- AlicenseAqualityBmaintenanceMCP server for Cronometer nutrition tracking using the mobile API. Enables food logging, nutrition data retrieval, diary management, and fasting tracking.13MIT
- FlicenseAqualityCmaintenanceMCP server that provides food composition data from USDA FoodData Central, enabling search, nutrient lookups, and recipe nutrition calculations.4
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/edisontaimu9-ui/chakudya-mcp-server-cloudflare'
If you have feedback or need assistance with the MCP directory API, please join our Discord server