Remote MCP Server on Cloudflare
@G1L1-Tech
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-g1l1-tech": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
It is a reference implementation for deploying a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth-based authentication. It is designed for developers who want to run MCP tools remotely and connect them to clients such as MCP Inspector or 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. For remote access, deploy to Cloudflare Workers via npm run deploy, then connect MCP clients using the SSE endpoint (e.g., /sse). Clients like MCP Inspector or Claude Desktop connect by specifying the SSE URL, optionally using npx mcp-remote as a local proxy.
Key features of Remote MCP Server on Cloudflare
- OAuth login integration for secure access
- Runs serverlessly on Cloudflare Workers
- Supports SSE (Server-Sent Events) transport
- Local development environment with mock authentication
- One-command deployment to Cloudflare
- Compatible with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools remotely for use in AI applications
- Testing MCP server behavior with the MCP Inspector
- Connecting Claude Desktop to a remote MCP server for tool execution
- Developing and debugging MCP servers locally before deployment
云与基础设施 分类下的更多 MCP 服务器
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
评论