Remote MCP Server on Cloudflare
@pomelo-neko
关于 Remote MCP Server on Cloudflare
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"remote-mcp-server-pomelo-neko": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a template for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It enables developers to run MCP tools remotely and connect them to MCP clients such as the MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server. Connect the MCP Inspector by setting its transport to SSE and pointing to http://localhost:8787/sse. For Claude Desktop, configure mcpServers with the mcp-remote command and the server’s SSE URL. Deploy to Cloudflare with npm run deploy after setting up a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs as a remote MCP server on Cloudflare Workers
- Includes OAuth login for authentication
- Supports local development with a mock login
- Deploys to a public
workers.devURL - Connects to MCP Inspector and Claude Desktop via SSE
Use cases of Remote MCP Server on Cloudflare
- Hosting MCP tools accessible from any MCP client over the internet
- Testing and debugging MCP servers locally before deploying
- Integrating MCP tools with Claude Desktop using a remote proxy
FAQ from Remote MCP Server on Cloudflare
What runtime and dependencies are needed?
Node.js and npm are required for local development. A Cloudflare account is needed for deployment.
How does authentication work?
The server includes OAuth login. Locally, a mock login screen accepts any email and password. Deployed servers use OAuth with Cloudflare KV for token storage.
How is data stored?
OAuth tokens are stored in a Cloudflare KV namespace defined in wrangler.jsonc.
What transport protocol does the server use?
The server communicates over SSE (Server-Sent Events) at the /sse endpoint.
What are known limitations or debugging tips?
If connection issues occur, restart Claude or try connecting via the command line with npx mcp-remote <url>. Clearing ~/.mcp-auth may resolve persistent authentication problems.
云与基础设施 分类下的更多 MCP 服务器
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
评论