MCP.so
ログイン

Building a Remote MCP Server on Cloudflare (Without Auth)

@lgong-rms

Building a Remote MCP Server on Cloudflare (Without Auth) について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

lgong-rms

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Building a Remote MCP Server on Cloudflare (Without Auth)?

This example allows you to deploy a remote MCP server that does not require authentication on Cloudflare Workers. It is intended for developers who want to expose custom Model Context Protocol tools via a public URL without auth.

How to use Building a Remote MCP Server on Cloudflare (Without Auth)?

Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless from the command line. Add custom tools inside the init() method of src/index.ts using this.server.tool(...). Connect to the server from

コメント

「開発者ツール」の他のコンテンツ