Remote MCP Server on Cloudflare
@hemanth
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-hemanth": {
"command": "npx",
"args": [
"mcp-remote@latest",
"http://localhost:8787/sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server running on Cloudflare Workers with OAuth login, enabling tools like math and xkcd to be accessed from MCP clients such as Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npm run dev, then connect via MCP Inspector (SSE transport) or Claude Desktop using a local proxy (npx mcp-remote). Deploy to Cloudflare by creating a KV namespace, updating wrangler.jsonc, and running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth authentication.
- Includes math and xkcd tools.
- Supports local development and remote
「クラウドとインフラ」の他のコンテンツ

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
🐋 Docker MCP server
ckreilingMCP server for Docker
コメント