Back to Home
hengjingzhu icon

remote-mcp-server-authless

Verified Safe

by hengjingzhu

Overview

Provides AI-powered tools for image generation, image editing, video generation from images, and SVG generation/vectorization, exposed via the Model Context Protocol (MCP) on Cloudflare Workers.

Installation

Run Command
npm run dev

Environment Variables

  • E2B_API_KEY
  • MCP_OBJECT
  • ASSETS

Security Notes

The README title "Without Auth" is misleading; the server *does* implement token-based authentication by expecting a Bearer token in the `Authorization` header for `/sse` and `/mcp` endpoints. This token is then stored in Durable Object storage per session for tool access. Tools like `edit_image_with_lora` and `edit_image_text` default `disable_safety_checker` to `true`, which could allow the generation of inappropriate or unsafe content if not properly filtered by the upstream LLM/agent. Console logs indicate whether a bearer token is present, which is a minor information disclosure risk in some logging configurations.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Stars0
Forks0
Last Update2026-01-19

Tags

Cloudflare WorkersModel Context ProtocolAIImage GenerationVideo GenerationSVGReplicate API