cf-mcp-server
0
CF-MCP-Server is an image generation service that leverages the Model Context Protocol and is deployed using Cloudflare Workers. It provides a standardized interface for image generation and supports customization and extension of tools and resources.
CF-MCP-Server
Based on the Model Context Protocol (MCP), this project implements an image generation service using Cloudflare Workers.
Key Features
- Standardized service interface based on the MCP protocol.
- Ready-to-use image generation Worker module.
- Support for quickly extending custom tools and resources.
- Optimized deployment with edge computing.
Quick Start
Requirements
- Node.js 18+
- Wrangler CLI
- NPM
Installation and Deployment
- Install dependencies with
pnpm install
. - Configure environment variables by copying the example file.
- Deploy the Worker using
pnpm deploy
.