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
「クラウドとインフラ」の他のコンテンツ
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Cloudflare MCP Server
cloudflareaws-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.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
コメント