Remote MCP Server on Cloudflare
@paulobrien
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-paulobrien": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server running on Cloudflare Workers with OAuth login, enabling secure tool calling from MCP clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then deploy using npm run deploy. Connect using the MCP Inspector or Claude Desktop via an SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Local development with OAuth flow
- Deployment to Cloudflare Workers
- Secure OAuth‑based login
- SSE transport for remote access
- Works with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with authentication
- Connect Claude Desktop to a cloud‑hosted tool server
- Test MCP tools locally before deploying
- Enable tool access across multiple clients over the internet
FAQ from Remote MCP Server on Cloudflare
What runtime does Remote MCP Server on Cloudflare require?
Node.js and npm for local development; Cloudflare Workers runtime after deployment.
How is authentication handled?
OAuth login with a mock user/password screen locally; a real OAuth provider can be configured.
Where does authorization data live?
In a Cloudflare KV namespace (OAUTH_KV) created during deployment.
What transport does the server use?
Server‑Sent Events (SSE) – the endpoint URL ends with /sse.
How do I connect Claude Desktop?
Add an mcpServers entry using npx mcp-remote pointing to the server’s SSE URL, then restart Claude.
云与基础设施 分类下的更多 MCP 服务器
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论