Remote MCP Server on Cloudflare
@cahmetcan
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-cahmetcan": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A starter template for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It provides a math tool example and supports SSE transport for connecting MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via MCP Inspector or Claude Desktop using SSE URL. Deploy with npm run deploy after creating an OAUTH_KV namespace.
Key features of Remote MCP Server on Cloudflare
- Deploy remote MCP servers on Cloudflare Workers
- Built‑in OAuth login flow
- Supports SSE transport for MCP clients
- Local development with mock authentication
- Example math tool (add) included
Use cases of Remote MCP Server on Cloudflare
- Running MCP tools accessible over the internet
- Building a remote AI tool server for Claude Desktop
- Experimenting with OAuth‑secured MCP endpoints
- Prototyping and deploying custom MCP tools on Cloudflare
FAQ from Remote MCP Server on Cloudflare
What is this server for?
It demonstrates how to run an MCP server remotely on Cloudflare Workers, complete with OAuth login, and connect clients like Claude Desktop.
What dependencies are required?
Local development needs Node.js and npm. Deployment requires a Cloudflare account, wrangler CLI, and a created OAUTH_KV namespace.
How does authentication work?
Locally it uses a mock user/password screen. Deployed, it uses OAuth login via Cloudflare Workers endpoints.
What transport does it use?
The server uses Server‑Sent Events (SSE) transport at the /sse endpoint.
Where can I find the source code?
The server is part of the cloudflare/ai repository on GitHub under remote-mcp-server.
「クラウドとインフラ」の他のコンテンツ
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
コメント