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.
云与基础设施 分类下的更多 MCP 服务器
🐋 Docker MCP server
ckreilingMCP server for Docker
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
评论