Remote MCP Server on Cloudflare
@G1L1-Tech
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-g1l1-tech": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
Basic information
More Cloud & Infrastructure MCP servers
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Comments